mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
10 lines
191 B
HTML
10 lines
191 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block headline %}
|
||
|
<h1>404 Not found</h1>
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
<p>Snippet you have searched is not available (anymore).</p>
|
||
|
{% endblock %}
|