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}}