{{ page.content }}
{% 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_body %}
{% block content_footer %}
{% if page.footer_line %}
{% elif page.footer_include %}
{% elif page.footer_includes %} {# plural #}
{% endif %}
{% endblock content_footer %}