{%- block header %}
{% include "/modules/header.html" %}
{%- endblock %}
{%- block content %}
{% include "/modules/content.html" %}
{%- endblock %}
{%- block footer %}
{% if config.theme.show_footer %}
{% include "/modules/footer.html" %}
{% endif %}
{%- endblock %}