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

13 lines
293 B
HTML
Raw Permalink 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-11-03 20:36:12 +01: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 }}