forked from mirrors/bookwyrm
10 lines
184 B
HTML
10 lines
184 B
HTML
{% extends 'layout.html' %}
|
|
{% block content %}
|
|
|
|
<div class="block">
|
|
<h2 class="title">Server Error</h2>
|
|
<p>Something went wrong! Sorry about that.</p>
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|