{% extends 'website/layouts/base.html' %} {% load static %} {% block title %}Delete Blog Post - CMS Dashboard{% endblock %} {% block content %}

Delete Blog Post

Confirm Deletion

Are you sure you want to delete this blog post?

"{{ post.title }}"

Warning: This action is permanent and cannot be undone.

{% csrf_token %}
Keep Post
{% endblock %}