website/layouts/index.html

13 lines
331 B
HTML
Raw Normal View History

2022-09-28 20:49:59 +00:00
{{ define "main" }}
<main>
2022-09-28 21:43:45 +00:00
<h1>Reconstruison pierre après pierre...</h1>
{{/*
2022-09-28 20:49:59 +00:00
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
{{ range $paginator.Pages }}
{{ .Render "summary" }}
{{ end }}
{{ partial "pagination.html" . }}
2022-09-28 21:43:45 +00:00
*/}}
2022-09-28 20:49:59 +00:00
</main>
{{ end }}