6 lines
No EOL
195 B
HTML
6 lines
No EOL
195 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h1>404 Page Not Found</h1>
|
|
<p>What you were looking for is just not there.</p>
|
|
<p><a href="{{ url_for('index') }}">Main</a></p>
|
|
{% endblock %} |