mirror of
https://github.com/codl/forget
synced 2024-12-12 00:19:52 +01:00
13 lines
248 B
HTML
13 lines
248 B
HTML
{% extends 'lib/layout.html' %}
|
|
|
|
{% block body -%}
|
|
<section>
|
|
<h2>Nothing here</h2>
|
|
<p>It seems you may have gotten lost. <a href='/'>Head back</a></p>
|
|
<pre class='error-log'>
|
|
404 Not Found
|
|
|
|
{{e}}</pre>
|
|
</section>
|
|
{% endblock %}
|