{{ define "main" }} {{ with .Params.banner }} {{ .title | markdownify }} {{ .content | markdownify }} {{ with .button }} {{ if .enable }} {{ .label }} {{ end }} {{ end }} {{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading" "eager" "Class" "mx-auto lg:!max-w-[800px]" "DisplayXL" "800x" ) }} {{ end }} {{ range $i, $e:= .Params.features }} {{ partial "image" (dict "Src" .image "Alt" "feature image" "DisplayXL" "520x" "DisplayLG" "425x" "DisplayMD" "360x") }} {{ .title | markdownify }} {{ .content | markdownify }} {{ range .bulletpoints }} {{ . | markdownify }} {{ end }} {{ with .button }} {{ if .enable }} {{ .label }} {{ end }} {{ end }} {{ end }} {{ if gt (len (where .Site.RegularPages "Section" "blog")) 0 }} {{ if gt (len (where .Site.RegularPages "Section" "blog")) 0 }} Laatste nieuws {{ range (first 5 (where .Site.RegularPages "Section" "blog").ByDate.Reverse) }} {{ .Title }} {{ dateFormat "02-01-2006" .Date }} {{ end }} {{ end }} {{ if gt (len (where .Site.RegularPages "Section" "blog")) 0 }} Laatste nieuws {{ range (first 5 (where .Site.RegularPages "Section" "blog").ByDate.Reverse) }} {{ .Title }} {{ dateFormat "02-01-2006" .Date }} {{ end }} {{ end }} {{ end }} {{ end }}
{{ .content | markdownify }}