{% extends "base.html" %} {% block full_title %}Simpleertube{% endblock %} {% block content %} {% if videos|length > 0 %}
{% for sub in subscriptions %}{% if not loop.first %}, {% endif %}{{ sub.displayName }} (@{{ sub.name }}@{{ sub.host }}){% endfor %}