mirror of
https://codeberg.org/SimpleWeb/SimpleerTube.git
synced 2024-11-14 21:23:16 +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 %}
|