{{ define "main" }}
{{ with .Content }}
{{ . }}
{{ end }} {{ $pages := .RegularPages }} {{ if $pages }} {{ if eq .Section "aktuelles" }}
{{ range $pages }} {{ partial "post-card.html" . }} {{ end }}
{{ else }} {{ end }} {{ end }}
{{ end }}