salvi/templates/internalservererror.html

10 lines
242 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block title %}Internal Server Error - {{ app_name }}{% endblock %}
{% block content %}
<h1>Internal Server Error</h1>
<p>Were sorry, an unexpected error occurred. Try refreshing the page.</p>
{% endblock %}