v1/web/themes/custom/martis/templates/field/field--comment.html.twig

16 lines
261 B
Twig

{#
/**
* @file
* Theme override for comment fields.
*/
#}
<section{{ attributes }}>
{{ comments }}
{% if comment_form %}
<h2 class="post-stats" {{ content_attributes }}>{{ 'Leave a comment'|t }}</h2>
{{ comment_form }}
{% endif %}
</section>