{% if grav.twig.enable_comments_plugin %} {% set scope = scope ?: 'data.' %} {% include 'partials/comments.form.html.twig' %} {% if grav.twig.comments|length %}

{{'PLUGIN_COMMENTS.COMMENTS'|t}}

{% for comment in grav.twig.comments|array_reverse %}

{{comment.title}}

Reply
{{'PLUGIN_COMMENTS.WRITTEN_ON'|t}} {{comment.date|e}} {{'PLUGIN_COMMENTS.BY'|t}} {{comment.author}}
{{comment.text}}
{{nested}}
{% endfor %}
{% endif %} {% endif %}