mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2024-12-29 10:56:10 +00:00
8 lines
155 B
HTML
8 lines
155 B
HTML
{% extends 'layout.html' %}
|
|
{% block content %}
|
|
<span class="error-page">
|
|
<h1>{{error}}</h1>
|
|
<p>{{msg}}</p>
|
|
</span>
|
|
{% endblock %}
|