mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
3 lines
222 B
HTML
3 lines
222 B
HTML
<div class="alert alert-{{ include.type | default: 'primary'}}" role="alert">
|
|
{% if include.icon %}{% include ui/icon.html icon=include.icon %}{% endif %} {{ include.text | default: "This is a custom alert box!" }}
|
|
</div> |