{% extends 'main/layout.html' %} {% block title %}Deleting {{ post.title }} — {{ request.user.username }} at Mataroa{% endblock %} {% block content %} Delete {{ post.title }} for sure? {% csrf_token %} {% endblock %}