/staplegun

A stupid-simple go templating engine

Primary LanguageGoMIT LicenseMIT

README (staplegun)

A stupid-simple templating engine for Go.

Documentation TBD.

Syntax

{{ staplegun parent }}

{{ staplegun child }}

{{ staplegun define_block <blockname> }}
{{ staplegun end }}

{{ staplegun import_file <filename> }}

{{ staplegun insert_block <blockname> }}