blob: 5cfdd6ca1432bf7db36275b3f9e0268cda97c6ee (
plain)
1
2
3
4
5
6
7
8
9
10
|
{% extends 'blog/partials/base.html' %} {% block content %}
{% load static %}
<div class="main">
<div style="text-align: center;">
<h1>500 Server Error</h1>
<p>Sorry, something went wrong. The server encountered an internal error or misconfiguration and was unable to complete your request.</p>
<p><a href="#" class="button button-special">Go Home</a></p>
</div>
</div>
{% endblock %}
|