{% extends "base.html" %} {% block title %} Brutaldon - confirm delete {% endblock %} {% block content %}

Delete that toot?

{% include "main/toot_partial.html" with toot=toot %}
{% csrf_token %}
{% endblock %}