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

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