{% extends "_default/base.html" %} {% block content %}
{% set page = get_page(path="contact/index.md") %} {{page.content | safe}}
{% include "partials/contact.html" %} {% include "partials/social.html" %} {% include "partials/faq.html" %} {% endblock content %}