{% load wagtailcore_tags wagtailimages_tags %} {% if not self.fluid %}
{% endif %} {% image self.background_image max-1600x1600 format-webp as background_image %}
{% for block in self.content %} {% include_block block %} {% endfor %}
{% if not self.fluid %}
{% endif %}