This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
blarg/resources/views/error.html

16 lines
214 B
HTML
Raw Normal View History

2013-05-20 17:43:38 -04:00
{% extends "blarg/views/templates/base.html" %}
{% block content %}
<div class="page-header">
<h2>Error!</h2>
</div>
<p>Sorry, an error has occurred.</p>
<div>
2013-05-20 17:43:38 -04:00
<pre>{{error-info}}</pre>
</div>
2013-05-20 17:43:38 -04:00
{% endblock %}