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