{% load wagtailimages_tags %}
{% image self.image fill-1920x1080 loading="lazy" %} {% if self.caption %}
{{ self.caption }} {% if self.attribution %} - {{ self.attribution }} {% endif %}
{% endif %}