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

9 lines
228 B
HTML
Raw Normal View History

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