{% set twigTemplate = 'comments.html.twig' %} {% if function('get_option', 'thread_comments') == '1' %} {% scripts in 'footer' %} {{ wordpress.call('wp_enqueue_script', 'comment-reply') }} {% endscripts %} {% endif %} {% block comments %}
{# Begin Comments #}
{{ post.comment_count ~ ' ' ~ __('comments', 'g5_akuatik') }}
{{ function('wp_list_comments', {style: 'ol', type: 'comment', callback: ['G5ThemeHelper', 'comments']}) }}