mirror of
https://codeberg.org/SimpleWeb/SimpleerTube.git
synced 2024-11-15 05:33:17 +00:00
9 lines
162 B
HTML
9 lines
162 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}ERROR: {% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Error {{ error_number }}</h1>
|
|
<p>{{ error_reason }}</p>
|
|
{% endblock %}
|