{% extends 'base.html' %} {% load humanize %} {% load static %} {% block content %}

Search all of UnTube {% if user.profile.open_search_new_tab %}

Press Esc to close.
{% endif %}


{% if playlists %}

All Playlists {{ playlists.count }}

{% include 'intercooler/playlists.html' %} {% endif %}
{% endblock %}