1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/pages/alerts.html
2019-03-12 22:09:23 +01:00

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 %}