Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 570 Bytes

Readme.md

File metadata and controls

19 lines (10 loc) · 570 Bytes

Temple

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.

Syntax

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

Examples

See example views under examples.