{% extends 'base.html' %} {% block title %} DELETE UR BLOG POST {% endblock %} {% block content %} {% if user.is_authenticated %} {% if user.id == post.author.id %}