{%- extends "base.html" %} {% block content %} {{ super() }}
{% if playlists %}
{% endif %}

{% if videos %}
{% endif %}
{%- endblock %}