{% extends "base.html" %} {% block title %}{{ tag }}{% endblock title %} {% block top_center %}

{{ tag }} articles

{% endblock top_center %} {% block content %}
{% for article in articles %}
{{ article.locale_date }}
{{ article.title }}
{% endfor %}
{% endblock content %}