{% 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 %}