mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-01-01 12:16:00 +00:00
7 lines
175 B
HTML
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 %}
|