6 lines
95 B
HTML
6 lines
95 B
HTML
<div class="row">
|
|
{% for widget in widgets %}
|
|
{{ widget }}
|
|
{% endfor %}
|
|
</div>
|