Welcome to mirror list, hosted at ThFree Co, Russian Federation.

terms.html « _default « layouts - github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3127734a6be53620f574f862a52ec37db03cf7b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ define "main" }}
<div class="default-terms">
  <div class="ax-content ax-l-o">
    <div class="ax-l-i">
      <h1 class="section-title font-content-sans font-semibold uppercase tracking-wide text-2xl text-raven-800">{{ .Title | humanize }}</h1>

      <div class="mt-8">
        {{ partial "term-cloud" (dict "Site" $.Site "Page" . "term" .Type "count" true) }}
      </div>
    </div>
  </div>
</div>
{{ end }}