{% extends "base.html" %} {% load humanize %} {% block title %} Brutaldon - reply {% endblock %} {% block content %}

Thread

{% for ancestor in context.ancestors %} {% include "main/toot_partial.html" with toot=ancestor %} {% endfor %} {% include "main/toot_partial.html" with toot=toot active=True %}
{% include "main/post_partial.html" %}
{% endblock %}