nopaque/web/app/templates/500.html.j2

8 lines
148 B
Plaintext
Raw Normal View History

2020-02-07 14:21:59 +00:00
{% extends "nopaque.html.j2" %}
2019-07-09 13:39:28 +00:00
{% block page_content %}
2020-02-18 14:44:55 +00:00
<div class="col s12">
<p>Internal Server Error. We are Sorry!</p>
2019-07-09 13:39:28 +00:00
</div>
{% endblock %}