mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-06 00:49:38 +00:00
11 lines
182 B
HTML
11 lines
182 B
HTML
|
{% extends 'layout.html' %}
|
||
|
{% block content %}
|
||
|
|
||
|
<div class="content-container">
|
||
|
<h2>Server Error</h2>
|
||
|
<p>Something went wrong! Sorry about that.</p>
|
||
|
</div>
|
||
|
|
||
|
{% endblock %}
|
||
|
|