{{- define "main" }} {{- $scratch := newScratch }} {{- if isset .Params "image" }} {{- $scratch.Set "image" .Params.image }} {{- else }} {{- if isset .Params "featured_image" }} {{- $scratch.Set "image" .Params.featured_image }} {{- else }} {{ $scratch.Set "image" "thumbnail.svg" }} {{- end }} {{- end }} {{- $image := $scratch.Get "image" }} {{- $bg := ( $image | absLangURL) }}

{{ .Title }}

{{ .Lastmod.Format (.Site.Params.dateFormat | default "2 January 2006") }}


{{- .Content }}
{{- partial "copy" . }}

Facebook Community »

Hulp nodig? Klik op 'Berichten' en laat iets achter!

{{- $timeagoScr := resources.Get "js/timeago.js" | resources.ExecuteAsTemplate "js/timeago.js" . }} {{- end }}