{% if FEED -%}
{% endif %} {%if FEED_RSS -%}
{% endif %}
{{ SITENAME }}
Menu
{% for item, url in MENUITEMS %}
{{ item|title }}
{% endfor %} {% if DISPLAY_PAGES_ON_MENU != False %} {% if DISPLAY_PAGES_ON_MENU == 'Compact' %}
Pages
{% for p in PAGES %}
{{ p.title }}
{% endfor %}
{% endif %} {% if DISPLAY_PAGES_ON_MENU == 'Expanded' %} {% for p in PAGES %}
{{ p.title }}
{% endfor %} {% endif %} {% endif %} {% if DISPLAY_CATEGORIES_ON_MENU != False %} {% if DISPLAY_CATEGORIES_ON_MENU == 'Compact' %}
Categories
{% for cat, null in categories %}
{{ cat.name|title }}
{% endfor %}
{% endif %} {% if DISPLAY_CATEGORIES_ON_MENU == 'Expanded' %} {% for cat, null in categories %}
{{ cat.name|title }}
{% endfor %} {% endif %} {% endif %}
Archives
{% if SOCIAL %} {% include '_site_social.html' %} {% endif %}
{% block content_title %}{% endblock %}
{% block content %}
{% for article in articles_page.object_list %}
{{ article.title|title }}
{{ article.summary }}
{% endfor %}
{% endblock %}
{% if GOOGLE_ANALYTICS %} {% include _google_analytics.html %} {% endif %} {% if GO_SQUARED %} {% include _gosquared.html %} {% endif %}