1 2 3 4 5 6
{{ define "main" }} <div class="content"> <h1 class="title">{{ .Title }}</h1> {{ .Content }} </div> {{ end }}