nopaque/app/templates/500.html.j2

10 lines
201 B
Plaintext
Raw Normal View History

2019-07-09 13:39:28 +00:00
{% extends "base.html.j2" %}
{% block title %}Opaque - Internal Server Error{% endblock %}
{% block page_content %}
<div class="page-header">
<h1>Internal Server Error</h1>
</div>
{% endblock %}