{% extends "page.html" %} {% block content_header %}
{% if page.featured_image %}
{% from 'includes/macros.html' import fi %} {% set i = page.featured_image[0] %} {{ fi(i.pic, i.link, i.text, i.alt, i.credit, i.credit_link) }}
{% endif %} {% endblock content_header %} {% block content_body %} {% include "includes/contact_form.html" %} {% endblock content_body %} {% block content_footer %}
{% endblock content_footer %}