{% if title %}

{{ title }}

{% endif %} {% if media %}
{{ media | safe }}
{% endif %}
{{ text | safe }}
{% if actions %}
{{ actions | safe }}
{% endif %}