data_annotation_platform/app/templates/errors/500.html (6 lines of code) (raw):
{% extends "base.html" %}
{% block app_content %}
<h1>An unexpected error has occurred</h1>
<p>The administrator has been notified, apologies for the inconvenience.</p>
<p><a href="{{ url_for('main.index') }}">Home</p>
{% endblock %}