{% load static repui_attrs %}
{% if slots.eyebrow %}
{{ slots.eyebrow|safe }}
{% endif %}

{{ title }}

{% if slots.description %}
{{ slots.description|safe }}
{% endif %} {% if body %}
{{ body|safe }}
{% endif %} {% if slots.actions %}
{{ slots.actions|safe }}
{% endif %}