now/templates/page/custom_page.gohtml
2024-12-10 19:00:56 +01:00

8 lines
210 B
Text

{{define "body"}}
<main class="custom-page" style="{{ .GetBackground }}">
<h2>{{ .Title }}</h2>
{{ range $content := .Content }}
{{ .Get }}
{{ end }}
</main>
{{end}}