{% extends "base.html" %} {% block description %}All posts which refer to category {{ category }}{% endblock %} {% block title %}{{ category }} — {{ SITENAME }}{% endblock %} {% block content %}

Category {{category}}

{% for article in articles %} {% endfor %}
{{ article.date.strftime("%d %b %Y") }} {{ article.title }}
{% endblock %}