diff --git a/agaric/templates/layout/node--full.html.twig b/agaric/templates/layout/node--full.html.twig index 49a9364..0d1de85 100644 --- a/agaric/templates/layout/node--full.html.twig +++ b/agaric/templates/layout/node--full.html.twig @@ -131,7 +131,7 @@ {% endif %} -{{ content|without('field_body_paragraph', 'field_authors', 'uid', 'created') }} +{{ content|without('field_body_paragraph', 'field_authors', 'uid', 'created', 'comment') }} {% if walls_up == true %} {# If the flow sides are still up after all is said and done, close 'em up. #} @@ -139,3 +139,7 @@ {% endif %} + +{% if content.comment %} + {{ content.comment }} +{% endif %}