salvi/templates/internalservererror.jinja2

12 lines
265 B
Text
Raw Permalink Normal View History

2023-03-16 14:24:29 +01:00
{% extends "base.jinja2" %}
2023-05-18 08:47:06 +02:00
{% block title %}% _ % - {{ app_name }}{% endblock %}
{% block content %}
<h1>Internal Server Error</h1>
2023-05-18 08:47:06 +02:00
<div class="inner-content">
<p>Were sorry, an unexpected error occurred. Try refreshing the page.</p>
</div>
{% endblock %}