{% load wagtailcore_tags wagtailimages_tags %} {% if not self.fluid %}
{% endif %} {% image self.background_image max-2000x2000 as background_image %}
{% if self.background_color and background_image %} {% endif %}
{% include_block self.content %}
{% if not self.fluid %}
{% endif %}