aboutsummaryrefslogtreecommitdiff
path: root/templates/page/custom_page.gohtml
blob: 15bd0e9d6a80c6e20628eb46e7ab59f2bbf95d48 (plain)
1
2
3
4
5
6
7
8
{{define "body"}}
    <main class="custom-page" style="{{ .GetBackground }}">
        <h2>{{ .Title }}</h2>
        {{ range $content := .Content }}
            {{ .Get }}
        {{ end }}
    </main>
{{end}}