website/themes/data-coop-gerning/layouts/_default/single.html
2020-04-05 22:14:54 +02:00

6 lines
No EOL
86 B
HTML

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