mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-22 09:58:55 +00:00
9 lines
No EOL
397 B
Twig
9 lines
No EOL
397 B
Twig
<section {% if section_id %} id="{{ section_id }}" {% endif %}>
|
|
<div class="{{ row_class }}" {% if row_styles %}style="{{ row_styles }}"{% endif %}>
|
|
{% for key, column in columns %}
|
|
<div class="{{ column.getParameter('class', 'col-4 col-6-medium col-12-small') }}">
|
|
{{ column.getContent()|raw }}
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|
|
</section> |