{% extends 'base.html' %} {% block head %} {% include 'modules/planet_seo.html' %} {% if previous_page %} {% endif %} {% if next_page %} {% endif %} {% endblock %} {% block main %} {% include 'modules/site_header.html' %} {% include 'modules/nav.html' %} {% if tag_key %} Tags › {{ tag_value }} {{ articles.count }} article{% if articles.count > 1 %}s{% endif %} {% endif %} {% for article in articles %} {{ article.created|ymd }} {{ article.title|escape }} {% endfor %} {% if previous_page %} PREV {% else %} {% endif %} {% if previous_page or next_page %} {{ current_page }} / {{ total_pages }} {% endif %} {% if next_page %} NEXT {% else %} {% endif %} {% endblock %}