alerts.html 268 字节
Newer Older
C
chomik 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
---
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 %}