{% extends "include/base.html" %}
{% block body %}
{{ SITENAME }}
{% for article in dates_page.object_list %}
{% include "include/article_summary.html" %}
{% endfor %}
{% set current_page = dates_page %}
{% set paginator = dates_paginator %}
{% include "include/paginator.html" %}