{% include partials/header.html %}
{% if page.title -%}
<h1 class="font-weight-light mb-2">{{ page.title }}</h1>
{%- endif %}
{{ content }}
{% include partials/footer.html %}
{% include partials/header.html %}
{% if page.title -%}
<h1 class="font-weight-light mb-2">{{ page.title }}</h1>
{%- endif %}
{{ content }}
{% include partials/footer.html %}