summaryrefslogtreecommitdiffstats
path: root/_build/themes/ninenines/layouts/_default/single.html
blob: b05e55160ca5cf5e0eaa64b5753e78f4cc56c80e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{{ partial "header.html" . }}
</header>

<div class="header">
  <h1>{{ .Title }}</h1>
  <h2>{{ .Description }}</h2>
</div>
<div class="content">
  {{ .Content }}
</div>

{{ partial "footer.html" . }}