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

<div class="header">
  <h1>{{ .Title }}</h1>
</div>

<div class="content">
  {{ range .Data.Pages }}
    {{ .Render "summary"}}
  {{ end }}
</div>

{{ partial "footer.html" . }}