{% extends "base.html" %} {% block content_title %}{% endblock %} {% block ogtitle %}{{ SITENAME }}{% endblock %} {% block ogurl %}{{ SITEURL }}{%endblock%} {% block canonicalurl %}{{ SITEURL }}{%endblock%} {% block content %}
{% if articles %} {% for article in articles_page.object_list %} {% if loop.length > 0 %} {% if loop.first %}
    {% endif %} {% if loop.last %}
{% if loop.last and (articles_page.has_previous() or not articles_page.has_previous() and loop.length > 1) %} {% include 'pagination.html' %} {% endif %}
{% endif %} {% endif %} {% endfor %} {% else %}

Pages

{% for page in PAGES %}
  • {{ page.title }}
  • {% endfor %}
    {% endif %}
    {% endblock content %} {% if LINKS %}

    Links

    {% endif %} {% if TAG_CLOUD_STEPS %}

    Tags

    {% endif %}