{% load static %}
{% with img=section|section_or_obj_background:object %}
{% if img %}
{% endif %}
{% if section.image %}
{% endif %}
{% if section.use_title %}
{{object.metadata.title}}
{% if section.use_subtitle %}
{{object.metadata.subtitle|markdown}}
{% endif %}
{% endif %}
{{yield}}
{% if section.cta %}
{{ section.cta.text }}
{% endif %}
{% endwith %}