{% extends "video_channels/base.html" %} {% block title %}{{ domain }}{% endblock %} {% block sub_content %} {{ video_playlists.total }} Playlists

{% for playlist in video_playlists.data %} {% endfor %}
{{ playlist.displayName }}
{{ playlist.videosLength }} Videos
{% endblock %}