old-website/templates/error.html

7 lines
175 B
HTML
Raw Normal View History

2022-12-28 00:46:08 +00:00
{% extends 'layout.html' %}
{% block content %}
2022-12-28 18:45:26 +00:00
<div class="error">
2022-12-28 00:46:08 +00:00
<h1>{{error}}</h1>
<p style="text-align: center;">{{msg}}</p>
</div>
{% endblock %}