moviewyrm/bookwyrm/templates/notfound.html
2020-09-30 15:04:57 -07:00

10 lines
187 B
HTML

{% extends 'layout.html' %}
{% block content %}
<div class="block">
<h2 class="title">Not Found</h2>
<p>The page your requested doesn't seem to exist!</p>
</div>
{% endblock %}