{% extends "base.html" %} {% block title %}Delete Post{% endblock %} {% block content %}

Delete this post?

{% include "activities/_mini_post.html" %}
{% csrf_token %}
{% endblock %}