{{ partial "footer/recentposts.html" . }}
{{ with index .Site.Data.footer.content.sections 1 }}

{{ .title }}

{{ .description }}

{{ .buttontext }}
{{ end }}

{{ (index .Site.Data.footer.content.sections 2).title }}

    {{ range .Site.Data.footer.links.left.links }}
  • {{ .text }}
  • {{ end }}

{{ (index .Site.Data.footer.content.sections 3).title }}

    {{ range .Site.Data.footer.links.right.links }}
  • {{ .text }}
  • {{ end }}

{{ (index .Site.Data.footer.content.sections 4).title }}

{{ partial "footer/social.html" . }} {{ partial "footer/contact.html" . }}
{{ partial "footer/copyright.html" . }}