{% 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 user.profile.playlists.all %}

All Playlists {{ user.profile.playlists.count }}

{% endif %}
{% endblock %}