{% extends "base.html" %} {% block content %} {% if MINIMAL == True %} {% include 'include/minimal_homepage.html' %} {% else%} {% if BANNER == True %} {% endif %} {% if CORNERSTONE_CONTENT == True %}
{% include 'include/cornerstone.html' %}

{% endif %} {% if NEWSLETTER %} {% endif %}
{% block content_title %}

Articles

{% endblock %} {% include 'include/paginated_posts.html' %}
{% endif %} {% endblock content %}