{% extends "base.html" %} {% block title %} Brutaldon - confirm favorite {% endblock %} {% block content %} {% if toot.favourited %}

Unfav that toot?

{% else %}

Fav that toot?

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