{% extends "base.html" %} {% block content %} {% include "includes/sidenav.html" %}

Confirm Delete

Are you sure you want to delete the post "{{ post.title }}"?

{% csrf_token %} Cancel
{% endblock content %}