{% extends "paste-base.html" %} {% macro paste_name(paste) %} {%- if len(paste.files) == 1 -%} {{paste.files[0].filename or paste.sha[:7]}} {%- else -%} {{paste.sha[:7]}} {%- endif %} {% endmacro %} {% block paste_body %}

This will permanently delete your paste, {{ paste.user.canonical_name -}}/{{ paste_name(paste) }}. This cannot be undone.

{{csrf_token()}} Nevermind
{% endblock %}