{% extends "base.html" %} {% block title %} Brutaldon ({{ own_acct.username }}) - confirm boost {% endblock %} {% block content %} {% if toot.reblogged %}

Unboost that toot?

{% else %}

Boost that toot?

{% endif %} {% include "main/toot_partial.html" with toot=toot %}
{% csrf_token %}
{% if toot.reblogged %} {% else %} {% endif %}
{% endblock %}