{% extends 'base.html' %}
|
|
|
|
{% block app_content %}
|
|
<h1>File Not Found</h1>
|
|
|
|
<p><a href="{{ url_for('main.index') }}">Back</a></p>
|
|
{% endblock %}
|