{% extends "base.html" %}
{% block content %}
{% block content_title %}
{% endblock %}
{% for article in dates if article.category != 'blog' %}
[{{ article.locale_date }}]
{{ article.summary }}
{% endfor %}
{% include 'pagination.html' %}
{% endblock content %}