]> git.datanom.net - flask-test.git/blame - app/templates/500.html
First half
[flask-test.git] / app / templates / 500.html
CommitLineData
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 %}
This page took 0.034851 seconds and 5 git commands to generate.