mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2024-12-28 02:06:05 +00:00
7 lines
175 B
HTML
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 %} |