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

Delete this post?

{% csrf_token %} Cancel
{% include "activities/_post.html" %} {% endblock %}