selfprivacy.org/_vendor/github.com/google/docsy/layouts/_default/terms.html

8 lines
224 B
HTML
Raw Normal View History

2024-04-21 23:04:16 +00:00
{{ define "main" }}
<div class="td-content">
<main class="taxonomy-terms-page">
<h1>{{ .Title }}</h1>
{{ partial "taxonomy_terms_cloud.html" (dict "context" . "taxo" ( lower .Title ) ) }}
</main>
</div>
{{ end }}