{% set hasBackground = background_color or background_image or fullwidth %} {% block background_header %} {% if hasBackground %} {{ style({ include: oViewConf.getModuleUrl('ddoevisualcms', 'out/src/css/fullwidth.min.css') }) }}
{% endif %} {% endblock %} {% block content %}{% endblock %} {% block background_footer %} {% if hasBackground %}
{% endif %} {% endblock %}