mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
14 lines
268 B
HTML
14 lines
268 B
HTML
---
|
|
title: Alerts
|
|
page-title: Alerts
|
|
done: true
|
|
---
|
|
|
|
{% for variant in site.variants %}
|
|
{% capture text_with_variant %}
|
|
This is a {{ variant }} alert — check it out!
|
|
{% endcapture %}
|
|
|
|
{% include ui/alert.html type=variant text=text_with_variant %}
|
|
{% endfor %}
|