{% extends "base.html" %} {% block title %}{{ SITENAME|striptags }} - {{ tag }} tag{% endblock %} {% block content %} {% block content_title %}

Articles tagged with {{ tag }}

{% endblock %} {% if articles_page.object_list %} {% for article in articles_page.object_list %} {% include 'article-block.html' %} {% endfor %} {% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %} {% endif %} {% endblock %}