diff options
Diffstat (limited to 'templates/error.html.tera')
-rw-r--r-- | templates/error.html.tera | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/error.html.tera b/templates/error.html.tera new file mode 100644 index 0000000..5a4cc17 --- /dev/null +++ b/templates/error.html.tera @@ -0,0 +1,10 @@ +{% extends "base" %} + +{% block content %} + +<div class="content panel"> + <h2>Error {{ status }}: {{ req }}</h2> + <h3>{{ message }}</h3> +</div> + +{% endblock %} |