{% extends "layout.html" %} {% block title %}Delete Paste #{{ paste.id }}{% endblock %} {% block body %}

Delete Paste #{{ paste.id }}

Are you sure you want to delete the paste? You cannot undo this.

{% endblock %}