murph-core/src/core/Resources/views/builder_block/bootstrap/alert.html.twig

6 lines
206 B
Twig

<div class="alert {% if settings.level|default(null) %}alert-{{ settings.level }}{% endif %}" id="{{ id }}">
{% for item in children %}
{{ item|block_to_html(context) }}
{% endfor %}
</div>