Welcome to mirror list, hosted at ThFree Co, Russian Federation.

taxonomy.html « _default « layouts - github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1601e6c01261c11e7d8c38c208ae93669ddbeb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ partial "header.html" . }}

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

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

{{ partial "footer.html" . }}