epmoyer / staplegun

A stupid-simple go templating engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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> }}

About

A stupid-simple go templating engine

License:MIT License


Languages

Language:Go 93.8%Language:HTML 6.2%