{% extends "base.html" %} {% block content %} {% if TAGLINE or TAGLINEHEAD %} {% endif %} {% if CORNERSTONE_CONTENT == True %}
{% include 'include/cornerstone.html' %}

{% endif %} {% if NEWSLETTER %}

Our Newsletter

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

All articles

{% endblock %}
{% for article in articles_page.object_list %}

{{ article.title }}

{% if article.photo_image %} {% endif %} {% if (article.category != MICROBLOG ) %}
{{ article.summary }}
{% if INCLUDECATEGORY == True %} {% if article.category %} {% endif %} {% endif %} {% if MOREBUTTON == True %}

{% endif %} {% endif %}
{% endfor %}
{% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}
{% endblock content %}