github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/layouts/_default/terms.html (about)

     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 }}