mirror of
https://github.com/felixfoertsch/EurKEY-macOS.git
synced 2026-04-16 06:28:28 +02:00
8 lines
323 B
HTML
8 lines
323 B
HTML
{{ define "main" }} {{ readFile "content/README.md" | markdownify }}
|
|
<main>
|
|
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in"
|
|
.Site.Params.mainSections) }} {{ range $paginator.Pages }} {{ .Render
|
|
"summary" }} {{ end }} {{ partial "pagination.html" . }}
|
|
</main>
|
|
{{ partial "sidebar.html" . }} {{ end }}
|