You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
343 B
14 lines
343 B
{% raw %}
|
|
{% extends "layout.html" %}
|
|
|
|
{% block page_title %}Server error{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="jumbotron">
|
|
<div class="text-center">
|
|
<h1>500</h1>
|
|
<p>Sorry, something went wrong on our system. Don't panic, we are fixing it! Please try again later.</p>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
{% endraw %}
|
|
|