@ -2,7 +2,7 @@
{% recursetree object.comments.all %}
{% if not node.deactivated_at %}
{% include './comment.html' %}
{% include 'templates/blocks/comment.html' %}
{% if not node.is_leaf_node %}
{{ children }}
{% endif %}