bootstrap_storybook-8.x-2.0/src/components/field/field--comment.twig
src/components/field/field--comment.twig
{#
/**
* @file
* Template for the comment field.
*/
#}
<section{{ attributes }}>
{{ title_prefix }}
{{ title_suffix }}
{{ comments }}
{% if comment_form %}
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-10">
<div class="card">
<div class="card-header">
{{ 'Add new comment'|t }}
</div>
<div class="card-body">
{{ comment_form }}
</div>
</div>
</div>
</div>
{% endif %}
</section>
