Files
caldwell/layouts/partials/components/list/meta.html
2025-08-14 17:27:01 +03:00

6 lines
146 B
HTML

<section class="meta">
<h1>{{ .Page.Title }}</h1>
<p class="length">A {{ .Kind }} with {{ len .Pages }} items</p>
{{ .Content }}
</section>