dpaste/pastebin/templates/404.html

10 lines
191 B
HTML
Raw Normal View History

2011-05-30 09:03:04 +10:00
{% extends "base.html" %}
{% block headline %}
<h1>404 Not found</h1>
{% endblock %}
{% block content %}
<p>Snippet you have searched is not available (anymore).</p>
{% endblock %}