16 lines
340 B
HTML
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>
|