moviewyrm/bookwyrm/templates/error.html

11 lines
182 B
HTML
Raw Normal View History

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