Files
Hasscall/app/templates/error/500.html
T

7 lines
179 B
HTML

{% extends "base/base.html" %}
{% block main %}
<div>
<h1>ERROR 500 </h1>
<p>It seems this is not working right now...</p>
<p class="fade">{{error}}</p>
{% endblock %}