Files
sumup/themes/basic/layouts/_default/single.html

7 lines
77 B
HTML
Raw Normal View History

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