moviewyrm/bookwyrm/templates/notfound.html
2020-11-09 12:06:44 -08:00

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