Parent: [b5bcb5] (diff)

Child: [ddf08c] (diff)

Download this file

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

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