2024-01-14 12:52:59 +00:00
|
|
|
{% extends "error_template.html" %}
|
2024-01-12 17:56:08 +00:00
|
|
|
|
2024-01-14 12:52:59 +00:00
|
|
|
{% block content %}
|
2024-01-12 17:56:08 +00:00
|
|
|
<div>500</div>
|
|
|
|
<div class="txt">Something went wrong...<span class="blink">_</span></div>
|
2024-01-14 12:52:59 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
2024-01-12 17:56:08 +00:00
|
|
|
|