Add wrapping content flow div
This commit is contained in:
parent
69ee268a44
commit
d7fd7f5c04
1 changed files with 35 additions and 33 deletions
|
@ -46,6 +46,7 @@
|
||||||
|
|
||||||
<section class="section" data-headerbg="light">
|
<section class="section" data-headerbg="light">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<div class="flow content">
|
||||||
{% if content.field_body_paragraph %}
|
{% if content.field_body_paragraph %}
|
||||||
{% for i, paragraph in content.field_body_paragraph if i|first != '#' %}
|
{% for i, paragraph in content.field_body_paragraph if i|first != '#' %}
|
||||||
{% if i is not same as(title_paragraph_index) %}
|
{% if i is not same as(title_paragraph_index) %}
|
||||||
|
@ -83,6 +84,7 @@
|
||||||
'field_services', 'uid', 'created'
|
'field_services', 'uid', 'created'
|
||||||
) }}
|
) }}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue