{% extends 'base.html' %} {% block head %} {% include 'modules/planet_seo.html' %} {% if previous_page %} {% endif %} {% if next_page %} {% endif %} {% endblock %} {% block main %} {% include 'modules/top.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 %}
{% if article.heroImage != nil %} {% endif %}
{{ article.created|ymd }}
{% if article.hasVideo %}Video{% endif %} {% if article.hasAudio %}Video{% endif %}
{% endfor %}
{% include 'modules/pages.html' %} {% endblock %}