old-website/templates/error.html
2022-12-28 18:45:26 +00:00

7 lines
175 B
HTML

{% extends 'layout.html' %}
{% block content %}
<div class="error">
<h1>{{error}}</h1>
<p style="text-align: center;">{{msg}}</p>
</div>
{% endblock %}