mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-28 19:16:16 +00:00
7 lines
151 B
HTML
7 lines
151 B
HTML
{% extends 'base.html' %}
|
|
{% block content %}
|
|
<div class="error-page">
|
|
<h1>{{error}}</h1>
|
|
<p>{{msg}}</p>
|
|
</div>
|
|
{% endblock %}
|