mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 18:04:26 +04:00
11 lines
310 B
HTML
11 lines
310 B
HTML
---
|
|
---
|
|
<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>
|
|
<span class="flag flag-{{flag.flag}} my-3 mx-auto"></span>
|
|
<code>.flag .flag-{{flag.flag}}</code>
|
|
</div>
|
|
{% endfor %}
|
|
</div> |