1 2 3 4 5 6 7 8 9
{{ define "main" }} <div class="text-center"> <h1 class="title">{{ .Site.Title }}</h1> {{ .Description }} </div> <div> {{ .Content }} </div> {{ end }}