Skip to content

cyclone-scheme/temple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages