Add wrapping content flow div

This commit is contained in:
benjamin melançon 2018-10-31 19:05:30 -04:00
parent 69ee268a44
commit d7fd7f5c04

View file

@ -46,6 +46,7 @@
<section class="section" data-headerbg="light">
<div class="container">
<div class="flow content">
{% if content.field_body_paragraph %}
{% for i, paragraph in content.field_body_paragraph if i|first != '#' %}
{% if i is not same as(title_paragraph_index) %}
@ -83,6 +84,7 @@
'field_services', 'uid', 'created'
) }}
</div>
</div>
</section>
{% endif %}