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

9 lines
No EOL
261 B
HTML

{% extends "layout.html" -%}
{% block content %}
<div class="jumbotron">
<h1>Unauthorized</h1>
<p>You're not authorized to look to this page!</p>
<p><a href="{{ url_for('home') }}">Go somewhere nice</a></p>
</div>
{% endblock %}