1
0
mirror of https://git.sr.ht/~metalune/simpleweb_peertube synced 2024-12-22 15:06:55 +01:00
SimpleerTube_peertube_minim.../templates/error.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 %}