{{ $showFooter := default true .Site.Params.showFooter }} {{ if $showFooter }} {{/* Footer start hook */}} {{ partial "functions/get_hook.html" (dict "hook" "footer_start" "context" .) }} {{ with .Site.Params.footerContent }}
{{ . | markdownify }}
{{ end }} {{ end }}