taxonomy.html 228 B

12345678
  1. {{ define "main" -}}
  2. <div class="td-content">
  3. <main class="taxonomy-terms-page">
  4. <h1>{{ .Title }}</h1>
  5. {{ partial "taxonomy_terms_cloud.html" (dict "context" . "taxo" ( lower .Title ) ) -}}
  6. </main>
  7. </div>
  8. {{- end }}