1 2 3 4 5 6
{{ define "main" }} <main class="responsive"> <h5>{{ .Status }} - {{ .StatusText }}</h5> <p>{{ .Err }}</p> </main> {{ end }}