{% extends "base.html" %} {% block title %}{{ SITENAME }} | {{ category }} {% endblock %} {% block content %} {% for article in articles %}

{{article.title}}

{{ article.date |strftime('%d.%m.%Y') }}

---

{% endfor %} {% endblock content %}