1{{ template "base.html" . }}
 2
 3{{ define "content" }}
 4<article>
 5	<hgroup>
 6		<h1>{{ .Page.Title }}</h1>
 7	</hgroup>
 8	<div class="flow-two-column">{{ .Page.HTML }}</div>
 9</article>
10{{ end }}