tellform/app/views/500.server.view.html
David Baldwynn 87b351efea first commit
2015-06-29 15:51:29 -07:00

9 lines
122 B
HTML
Executable file

{% extends 'layout.server.view.html' %}
{% block content %}
<h1>Server Error</h1>
<pre>
{{error}}
</pre>
{% endblock %}