dpaste/pastebin/templates/404.html
2011-05-30 01:03:04 +02:00

9 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 %}