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