mirror of
https://github.com/rmontanana/microblog.git
synced 2025-08-16 15:55:51 +00:00
8 lines
242 B
HTML
8 lines
242 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block app_content %}
|
|
<h1>An unexpected error has occurred</h1>
|
|
<p>The administrator has been notified. Sorry for the inconvenience!</p>
|
|
<p><a href="{{ url_for('index') }}">Back</a></p>
|
|
{% endblock %}
|