]> git.datanom.net - flask-test.git/blame - app/templates/404.html
First half
[flask-test.git] / app / templates / 404.html
CommitLineData
db4f0ba9
MR
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.027328 seconds and 5 git commands to generate.