Files
2025-04-10 18:04:31 -03:00

16 lines
340 B
HTML

---
data:
type: hash
locale:
type: string
i18n:
type: hash
---
<div class="row row-cols-2 row-cols-lg-6">
{% for theme_color in data.bootstrap.maps.theme_colors %}
<div class="col p-3">
{% render 'bootstrap/buttons/a.html', theme: theme_color[0], content: data[locale].locale, url: '#' %}
</div>
{% endfor %}
</div>