tech-ingolf-wagner-de/themes/first/layouts/_default/single.html
2018-06-18 09:14:28 +02:00

5 lines
73 B
HTML

{{ define "main" }}
<h1> {{ .Title }} </h1>
{{ .Content }}
{{ end }}