{{ page.title }}
{{ page.content }}
{% if articles and ARTICLE_LISTING %}
{% for article in articles %}
{% with HEADING_LEVEL=3 %}
{% include 'includes/article_listing.html' %}
{% endwith %}
{% endfor %}
{% endif %}
{% if ADAM_FOOTER %}
{{ ADAM_FOOTER }}
{% endif %}
{{ page.footer }}