{{ define "main" }}
{{ .Content }}

Secties

{{ $sections := (where $.Site.Pages ".Kind" "section").ByTitle }} {{ range $sections }}

{{ .Title | default .Site.Params.textNoTitle }}

{{ $sectionName := .Section | singularize }} {{ $pages := (where $.Site.RegularPages ".Section" $sectionName) }} {{ end }}

Laatste wijzigingen

{{ $byLastMod := .Site.RegularPages.ByLastmod.Reverse }}
{{ if .Site.IsServer }} {{ end }} {{ range first 50 $byLastMod }} {{ if .Site.IsServer }} {{ end }} {{ end }}
Datum TitelTaal Bestandsnaam
{{ .Lastmod | dateFormat "2006-01-02 15:04:05" }} {{ .Title }}{{ with .File }}{{ .Lang }}{{ end }} {{ with .File }}{{ .Path }}{{ end }}
{{ end }}