{% include header.html %}

{{ page.title }}

{{ page.description }}

{{ content }} {% if page.form %}
{% include {{ page.form | append: '.html' }} %}
{% endif %} {% include footer.html %}