salvi/templates/internalservererror.jinja2

14 lines
325 B
Text
Raw 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 %}
2023-12-12 19:29:43 +01:00
<main class="error-page">
<h1 id="firstHeading">Internal Server Error</h1>
2023-12-12 19:29:43 +01:00
<div class="inner-content">
<p>Were sorry, an unexpected error occurred. Try refreshing the page.</p>
</div>
</main>
{% endblock %}