forked from mirrors/bookwyrm
9 lines
187 B
HTML
9 lines
187 B
HTML
{% extends 'layout.html' %}
|
|
{% block content %}
|
|
|
|
<div class="block">
|
|
<h1 class="title">Not Found</h1>
|
|
<p>The page your requested doesn't seem to exist!</p>
|
|
</div>
|
|
|
|
{% endblock %}
|