contentdb/app/templates/500.html

13 lines
230 B
HTML

{% extends "base.html" %}
{% block title %}
500 - Internal Server Error
{% endblock %}
{% block content %}
<h1>{{ self.title() }}</h1>
<p>
Don't worry, this error will have been automatically reported.
</p>
{% endblock %}