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

taxonomy.html « _default « layouts - github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a54dc4fc75906c030503280eb4077754330c8962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{ partial "header.html" . }}
<h2>
  <span class="list-heading-type">{{ .Section }}:</span>
  <span class="list-heading-tag">{{ .Title }}</span>
</h2>

<div id="content">
  {{ range.Pages }}
  {{ .Render "li" }}
  {{ end }}
</div>
{{ partial "footer.html" . }}