{% extends "base.html" %} {% load wagtailimages_tags %} {% block content-header %}

{{ page.title }}

{% image self.image fill-600x600 %}
{% endblock content-header %} {% block content-body %}

{{ page.origin }}

{{ page.bread_type }}

{{ page.description }} {% endblock content-body %}