{% set page_title = ('Replies' if comments_info['is_replies'] else 'Comments page ' + comments_info['page_number']) %}
{% import "comments.html" as comments with context %}
{% if not slim %}
{% extends "base.html" %}
{% block style %}
{% endblock style %}
{% endif %}
{% block main %}
{% if settings.use_comments_js %}
{% endif %}
{% endblock main %}
Comments page {{ comments_info['page_number'] }}
Sorted by {{ comments_info['sort_text'] }}