{% extends "base.html" %} {% block content %} {% block content_title %} {% if not category and not tag %}
{% if SUBTITLE %}

{{ SUBTITLE }}

{%endif%} {%if SUBTEXT %}

{{ SUBTEXT }}

{% endif %} {% if SOCIAL or FEED_ALL_ATOM or FEED_ALL_RSS %} {% endif %}
{% endif %} {% endblock %}
{% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %} {% endblock content %}