{% extends "base.html" %} {% load humanize %} {% load static %} {% block title %} Brutaldon ({{ own_acct.username }}) - reply {% endblock %} {% block page_scripts %} {% 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 %} {% block page_scripts_inline %} {% endblock %}