1
0
forked from orson/bachemap
bachemap/templates/error.html

8 lines
156 B
HTML
Raw Permalink Normal View History

{% extends 'base.html' %}
{% block content %}
<section>
{% if message %}
<h1>{{message}}</h1>
{% endif %}
</section>
{% endblock %}