haldis/app/templates/errors/404.html
Feliciaan De Palmenaer d2f9b4dc9d Look fancy error pages
2015-03-27 18:25:09 +01:00

9 lines
No EOL
264 B
HTML

{% extends "layout.html" -%}
{% block content %}
<div class="jumbotron">
<h1>Page Not Found</h1>
<p>What you were looking for is just not there.</p>
<p><a href="{{ url_for('home') }}">Go somewhere nice</a></p>
</div>
{% endblock %}