{% load i18n %} {% load wagtailcore_tags %} {% load wagtailimages_tags %}
{% trans "Back to overview" %}
{% include "blog/partials/blog_meta.html" with blog=page prefix=_("Published on") only %}

{{ page.title }}

{% if page.intro %}
{{ page.intro|richtext }}
{% endif %}
{% if page.lead_image %}
{% image page.lead_image fill-1600x900 class="img-fluid rounded-4" %}
{% endif %}
{% include_block page.body %}