This template produces a <ul> list of the terms in the provided taxonomy. The taxonomy is passed to the template via the `.term` argument, which is a string name of the taxnomy.
7 lines
158 B
HTML
7 lines
158 B
HTML
{{ define "main" }}
|
|
<main class="main--single">
|
|
<footer class="page-footer">
|
|
{{ partial "page/footer.html" . }}
|
|
</footer>
|
|
</main>
|
|
{{ end }}
|