{% extends settings.utils.LayoutSettings.base_template %} {% load wagtailroutablepage_tags %} {% load bibliography %} {% block main_content %}
{% include 'includes/breadcrumbs.html' %} {% include "includes/blog_filters.html" with topics=topics parent_url=parent_url %} {% if filter_text %}

{{ filter_text }}

{% endif %}

{{ self.title }}

{{ self.date|date:"DATE_FORMAT" }}

{{ self.introduction }}

{{ self.prepared_body|safe }} {% bibliography self %} {% include "includes/social_share.html" with page=self settings=settings current_site=current_site only %}
{% endblock %}