{% if archive_date %} {% include 'shared' %} {% else %} {% for article in articles %} {% ifchanged %}

{{ article.published_at | date:"%B %Y" }}

{% endifchanged %}
  • {{ article | link_to_article }}
  • {% endfor %} {% endif %}