aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/error.html
blob: 1f33c44abb12f3cbbeb7936a3463851c8c785981 (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}

{% block page_title %}Error{% endblock %}

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