{% extends "base.html" %} {% block title %}Comment Configuration{% endblock %} {% block content %}
Note: Changes here are runtime-only. For persistent configuration, update your .env file.
Comments per page: {{ config.comments_per_page }}
Max comment length: {{ config.comment_max_length }} characters
Max thread depth: {{ config.max_thread_depth }}