{% extends "base.html" %} {% block title %}{% if video_id %}Watch - YouTube Proxy{% else %}Error - YouTube Proxy{% endif %}{% endblock %} {% block content %} {% if error %}

{{ error }}

Please check the video URL and try again.

Go Home
{% elif video_id %} {% include "partials/player.html" %} {% endif %} {% endblock %} {% block scripts %} {% if video_id %} {% endif %} {% endblock %}