diff --git a/agaric/templates/layout/node--full.html.twig b/agaric/templates/layout/node--full.html.twig index a3bda06..d480697 100644 --- a/agaric/templates/layout/node--full.html.twig +++ b/agaric/templates/layout/node--full.html.twig @@ -102,16 +102,24 @@ {% endif %} -
-
-
+{% set bust_out = false %} +{% set busted_out = false %} + {% 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) %} + {% if paragraph.field_style_escape_flow is not empty %} + {% set bust_out = paragraph.field_style_escape_flow %} + {% endif %} + {% if bust_out != true %} {{ paragraph }} {% endif %} {% endfor %} {% endif %} + +
+
+
{{ content|without('field_body_paragraph', 'field_authors', 'uid', 'created') }}