{% raw %} {% load wagtailcore_tags wagtailimages_tags i18n %} {% if articles %}

{% trans "Topic of the Day" %}

{% for article in articles %} {% endfor %} {% endif %} {% endraw %}