Files
2025-09-13 15:07:18 +01:00

6 lines
163 B
HTML

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