]> git.datanom.net - flask-test.git/blob - app/templates/404.html
First half
[flask-test.git] / app / templates / 404.html
1 <!-- extend base layout -->
2 {% extends "base.html" %}
3
4 {% block content %}
5 <h1>File Not Found</h1>
6 <p><a href="{{ url_for('index') }}">Back</a></p>
7 {% endblock %}
This page took 0.065697 seconds and 6 git commands to generate.