website/themes/datacoop2020/layouts/_default/single.html

8 lines
88 B
HTML
Raw Normal View History

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