diff options
Diffstat (limited to 'syte/static/templates/500.html')
-rw-r--r-- | syte/static/templates/500.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/syte/static/templates/500.html b/syte/static/templates/500.html new file mode 100644 index 0000000..68cb76d --- /dev/null +++ b/syte/static/templates/500.html @@ -0,0 +1,10 @@ +{% extends 'base.html' %} +{% block pagetitle %}500 Oops{% endblock %} +{% block main_section %} +<section class="main-section"> + <article> + <h2>Oops!</h2> + <p>An error occurred. Please try again later.</p> + </article> +</section> +{% endblock %} |