{% load wagtailimages_tags %}
{% if page.image %}
{% picture page.image format-{avif,webp,jpeg} fill-180x180-c100 loading="lazy" %}
{% endif %}

{{ page.title }}

{% if page.origin or page.bread_type %} {% if page.origin %} {% endif %} {% if page.bread_type %} {% endif %}
Origin {{ page.origin }}
Type {{ page.bread_type }}
{% endif %}