bookwyrm/bookwyrm/templates/notfound.html
2020-09-17 13:30:54 -07:00

10 lines
185 B
HTML

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