packages feed

ctemplate-0.1: examples/test.tmpl

Hello {{NAME}}, NAME is a simple variable,
{{#S}}This is a repeatable section, with a value: {{VALUE}}
{{/S}}

If you don't give a value for a variable, it ends up "{{NONAME}}" (blank)

{{>INCLUDED}}

We can try an include HTML in the following, but it will be escaped: {{HTML:h}}