19 lines
265 B
HTML
19 lines
265 B
HTML
---
|
|
data:
|
|
type: hash
|
|
locale:
|
|
type: string
|
|
i18n:
|
|
type: hash
|
|
---
|
|
<div class="row">
|
|
{% for icon in data.fa.icons %}
|
|
<div class="col">
|
|
<p>
|
|
{% render 'fa.html', icon: icon.id %}
|
|
{{ icon.id }}
|
|
</p>
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|