{% 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 %}
{% include "main/post_partial.html" %}
{% endblock %}