{% load markdownify %}
{% if slots.title or slots.actions %}
{% if slots.title %}

{% render_slot slots.title %}

{% endif %} {% if slots.actions %}
{% render_slot slots.actions %}
{% endif %}
{% endif %}
{% render_slot slots.inner_block %}
{% if slots.footer %} {% endif %}