{% load static %}

Reply to {{ comment.author_name }}

{% if reply_success_message %}
{{ reply_success_message }}
{% endif %} {% if reply_form_errors %}
Errors:
{% endif %}
{% csrf_token %}
{% if turnstile_site_key %}
{% endif %}