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

11 lines
184 B
HTML

{% extends 'layout.html' %}
{% block content %}
<div class="block">
<h1 class="title">Server Error</h1>
<p>Something went wrong! Sorry about that.</p>
</div>
{% endblock %}