{% extends "base.html" %} {% block content %}

Search or Paste URL

Enter a search term for YouTube, or paste a video URL from any supported site.

{% if history %}

Recently Viewed

{% for item in history %}
{{ item.title }}
{{ item.title }}
Play Options
{% endfor %}
{% endif %} {% endblock %}