graphPaname/app/templates/404.html

7 lines
161 B
HTML
Raw Permalink Normal View History

2020-06-12 22:50:08 +02:00
{% extends "base.html" %}
{% block app_content %}
<h1>Sorry, we couldn't find that</h1>
<p><a href="{{ url_for('index') }}">Back</a></p>
{% endblock %}