all repos — blog @ 55296ab1384bac4083edb00997fad02d6e76d43b

Code and content for 5ika.ch

layouts/garden/single.html (view raw)

1{{ define "main" }}
2    <h1>{{ .Title }}</h1>
3    {{ .Content }}
4    <hr/>
5{{ end }}