{% extends "base.html" %} {% block title %}Channel - YouTube Proxy{% endblock %} {% block content %}
{% if error %}

{{ error }}

{% else %}

{% if handle.startswith('@') %}{{ handle }}{% endif %}

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}