README
Stache
nb: This project currently has an unstable API! Minor version changes may break existing code.
Stache is an extensible mustache-style templating engine.
Basic Use
Raku script:
{{ basic-example }}
Output:
{{ basic-example-output }}
Structure Blocks
With Blocks
Raku script:
{{ with-example }}
Output:
{{ with-example-output }}
For Blocks
Raku script:
{{ for-example }}
Output:
{{ for-example-output }}