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 }}

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.