aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/error.html
blob: e77c92c51a2278361e0e126d1036bb1dc43064d8 (plain)
1
2
3
4
5
6
7
{% set page_title = 'Error' %}
{% extends "base.html" %}

{% block main %}
    {{ error_message }}
{% endblock %}