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

{{ category }} articles

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