diff --git a/agaric/templates/layout/layout--onecol--node.html.twig b/agaric/templates/layout/layout--onecol--node.html.twig index 4ad5e87..84e168d 100644 --- a/agaric/templates/layout/layout--onecol--node.html.twig +++ b/agaric/templates/layout/layout--onecol--node.html.twig @@ -46,42 +46,44 @@
- {% 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) %} - {{ paragraph }} - {% endif %} - {% endfor %} - {% endif %} - {# No, i do not understand why content doesn't print the paragraphs but only - content.content does that #} -
-
-
-

Project Details

-
-
-
-
- {{ content.field_case_study_client }} - {{ content.field_case_study_year }} - {{ content.field_case_study_status }} -
-
- {{ content.field_technologies }} - {{ content.field_services }} -
-
- {{ content.field_case_study_team }} - {{ content.field_case_study_partners }} +
+ {% 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) %} + {{ paragraph }} + {% endif %} + {% endfor %} + {% endif %} + {# No, i do not understand why content doesn't print the paragraphs but only + content.content does that #} +
+
+
+

Project Details

+
+
+
+
+ {{ content.field_case_study_client }} + {{ content.field_case_study_year }} + {{ content.field_case_study_status }} +
+
+ {{ content.field_technologies }} + {{ content.field_services }} +
+
+ {{ content.field_case_study_team }} + {{ content.field_case_study_partners }} +
+ {{ content|without('content', 'field_body_paragraph', + 'field_case_study_client', 'field_case_study_partners', 'field_case_study_status', + 'field_case_study_team', 'field_case_study_year', 'field_technologies', + 'field_services', 'uid', 'created' + ) }}
- {{ content|without('content', 'field_body_paragraph', - 'field_case_study_client', 'field_case_study_partners', 'field_case_study_status', - 'field_case_study_team', 'field_case_study_year', 'field_technologies', - 'field_services', 'uid', 'created' - ) }}