Parent: [3abb2e] (diff)

Child: [462c18] (diff)

Download this file

error.html    11 lines (7 with data), 237 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{% set hide_left_bar = True %}
{% extends 'jinja_master/master.html' %}
{% block title %}A {{code}} Error has Occurred{% endblock %}
{% block header %}Error {{code}}{% endblock %}
{% block content %}
{{message|safe}}
{% endblock %}