all repos — blog @ 581a590e7c4523d4a36d80bc9252a2ee1360f65a

Code and content for 5ika.ch

layouts/_default/single.html (view raw)

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