{% extends "video_channels/base.html" %} {% block title %}{{ domain }}{% endblock %} {% block content %} {{ video_playlists|length }} Playlists


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

{% endblock %}