You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {% block title %}Error{% endblock %}
-
- {% block header %}
- <h2 class="text-danger">
- <i class="icon-exclamation-sign"></i> Oops, a server error has occured
- </h2>
- {% endblock %}
-
- {% block content %}
- <div class="error-content">
- <pre>{{ error }}</pre>
- </div>
- {% endblock %}
|