old-website/templates/error.html
2022-12-28 00:46:08 +00:00

7 lines
175 B
HTML

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