pastebin/templates/404.html
2019-04-08 10:31:13 +02:00

6 lines
160 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Paste not found</h1>
<p>It may have been automatically deleted after 24 hours.
{% endblock content %}