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