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

13 lines
320 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>
{{- range .Pages }}
{{ .Render "summary" }}
{{- end }}
<!-- TODO: Pagination: see https://gohugo.io/templates/pagination/ -->
2023-10-05 23:23:48 +02:00
</main>
{{ end }}