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 %}