Temple is a basic template engine written for Cyclone Scheme.
The syntax is loosely based off of Jinja templates. However, the goal of Temple is to embed Scheme code with the tags.
Scheme code may be embedded in one of the following sets of tags:
{% ... %} for Statements (no output)
{{ ... }} for Expressions to print to the template output
{# ... #} for Comments not included in the template output
See example views under examples.