ccchh-website/themes/ccchh/layouts/_default/term.html

13 lines
292 B
HTML
Raw Normal View History

2023-10-05 23:23:48 +02:00
{{ define "main" }}
<main class="container" aria-role="main">
<header class="header">
<h1>{{ .Parent.Title }}: {{ .Title }}</h1>
</header>
2023-10-08 01:05:03 +02:00
{{ range .Paginator.Pages }}
{{ .Render "summary" }}
{{- end }}
2023-10-08 01:05:03 +02:00
{{ partial "pagination.html" . }}
2023-10-05 23:23:48 +02:00
</main>
{{ end }}