{% extends "base.html" %} {% block app_content %} <h1>Sorry, we couldn't find that</h1> <p><a href="{{ url_for('index') }}">Back</a></p> {% endblock %}