Crate rstml_control_flow
source ·Expand description
Example of controll flow implementations:
- One variant is based on tags
<for /><if /><else /><else-if /> - another variand is based on escape character inside unquoted texts
@if {}@for foo in array {}
Modules§
- This module contain implementation of flow-controll based on rstml custom nodes.