{% extends "base.html" %}

{% block content %}
    <h1>Not Found</h1>
    <p><a href="{{ url_for('index') }}">Back</a></p>
{% endblock %}