python-gallery/onlylegs/templates/error.html
2023-04-12 16:58:13 +00:00

8 lines
155 B
HTML

{% extends 'layout.html' %}
{% block content %}
<span class="error-page">
<h1>{{error}}</h1>
<p>{{msg}}</p>
</span>
{% endblock %}