themes/docsy/layouts/_default/terms.html (8 lines of code) (raw):
{{ 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 }}