<footer class="bg-black">
    <div class="w-100 ph3 pv3 tc near-white">
        {{ with .Site.GetPage "footer.md" }}
            {{ .Content }}
        {{ end }}
    </div>
</footer>