{% extends "base_site.html" %} {% block title %}Articles for {{ day|date }}{% endblock %} {% block content %}

Articles for {{ day|date }}

{% if object_list %} {% for article in object_list %}
{{ article.headline }}"
{% endfor %} {% else %}

No articles were found.

{% endif %}

View all articles

{% endblock %}