Coree/themes/photos/layouts/taxonomy/terms.html
2020-02-02 21:44:38 +01:00

12 lines
No EOL
240 B
HTML

{{ partial "header.html" . }}
<section id="menu">
</section>
<div class="card-columns">
{{ range .Pages }}
A
[{{ .Page.Title }}
{{ end }}
</div>
{{ partial "footer.html" . }}