aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/status.html
blob: 901aa5baacc8accbfa8f6eb5335ffc2970f11743 (plain)
1
2
3
4
5
6
7
{% set page_title = (title if (title is defined) else 'Status') %}
{% extends "base.html" %}

{% block main %}
    {{ message }}
{% endblock %}