{% extends "base.html" %} {% block content %} {% if MINIMAL == True %} {% include 'include/minimal_homepage.html' %} {% else%} {% if BANNER == True %} {{ TAGLINEHEAD }} {% if TAGLINESUBHEAD %} {{ TAGLINESUBHEAD }} {% endif %} {{ TAGLINE }} Learn More {% endif %} {% if CORNERSTONE_CONTENT == True %} {% include 'include/cornerstone.html' %} {% endif %} {% if NEWSLETTER %} {% include 'include/newsletter.html' %} {% endif %} {% block content_title %} Articles {% endblock %} {% include 'include/paginated_posts.html' %} {% endif %} {% endblock content %}
{{ TAGLINESUBHEAD }}
{{ TAGLINE }}