]>
Commit | Line | Data |
---|---|---|
db4f0ba9 MR |
1 | <!-- extend base layout --> |
2 | {% extends "base.html" %} | |
3 | ||
4 | {% block content %} | |
5 | <h1>An unexpected error has occurred</h1> | |
6 | <p>The administrator has been notified. Sorry for the inconvenience!</p> | |
7 | <p><a href="{{ url_for('index') }}">Back</a></p> | |
8 | {% endblock %} |