api-generator-templates/Web-documentation/blocks/comment.html.twig

4 lines
124 B
Twig

{%- if comment is not null -%}
<h3>Комментарий</h3>
<p class="sub-header">{{ comment }}</p>
{%- endif -%}