frizzy is a(nother) static site generator written in Go.
It uses a custom templating language that is parsed using a totally overkill LR1 parser.
todo: finish this section
{{for foo in "bar"}}
<h1>{{: foo.title}}<h1>
{{end}}
{{if a < b}}
<p>a is smaller</p>
{{else_if a > b}}
<p>b is smaller</p>
{{else}}
<p>a equals b</p>
{{end}}
{{title = "this is the title"}}
.
.
.
{{: title}}
{{ paginator()}}
todo
todo
todo
todo