1 2 3 4 5 6
{{ define "meta" }} {{ printf "%s" .Meta }} {{ end }} {{ define "main" }} {{ printf "%s" .Content }} {{ end }}