2020-04-11 22:25:33 -04:00

13 lines
261 B
HTML

{{ 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" . }}