{% extends "base.html" %} {% block title %} Delete thread in {{ thread.title }} {% endblock %} {% block content %}

Delete {{ thread.title }} by {{ thread.author.display_name }}

{{ thread.replies[0].comment | markdown }}

Deleting is permanent

Cancel
{% endblock %}