{% extends settings.utils.LayoutSettings.base_template %} {% load wagtailroutablepage_tags %} {% block main_content %}
{% include 'includes/breadcrumbs.html' %}

{{self.title}}

{% if self.filter_topic %}

You have filtered by {{ self.filter_topic.title }}

{% endif %}

Filter Blog & News by Topic

{% for entry in entries %} {% endfor %}
{{entry.coalesced_published_date|date:"Y-m-d"}} {{entry.title}}
{% endblock %}