{% unless page.skiph1fortitle %}
{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}
{% endunless %}
{{ content }}
{% capture footer-include %}{% include footer.md %}{% endcapture %}{{ footer-include | markdownify }}