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

7 lines
77 B
HTML
Raw Normal View History

2025-11-09 19:57:15 +01:00
{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ .Content }}
{{ end }}