Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Scheme-based web template engine

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages