{% extends "base.html" %} {% block content %}

{{ source_name }} - Articles

{% for date, articles in articles_by_date %}
{{ date }} {{ articles|length }} article{% if articles|length != 1 %}s{% endif %}
{% endfor %}
{% endblock %}