Print comments outside main bounding 'walls'

This commit is contained in:
benjamin melançon 2018-12-09 23:17:22 -05:00
parent 90ca3c8235
commit 709043ec6d

View file

@ -131,7 +131,7 @@
{% endif %}
<!-- Unexpected extra content -->
{{ 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 @@
</div>
</section>
{% endif %}
{% if content.comment %}
{{ content.comment }}
{% endif %}