mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
15 lines
376 B
HTML
15 lines
376 B
HTML
---
|
|
title: Flags
|
|
page-title: Flags
|
|
done: true
|
|
---
|
|
<div class="d-flex flex-row flex-wrap">
|
|
{% for flag in site.data.flags %}
|
|
<div class="d-flex flex-column text-center m-3">
|
|
<p class="d-inline-block">{{flag.name}}</p>
|
|
{% include ui/flag.html name=flag.flag class="my-3 mx-auto" %}
|
|
<code>.flag .flag-{{flag.flag}}</code>
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|