{% extends "base.html" %} {% block full_title %}Simpleertube{% endblock %} {% block content %} {% if videos|length > 0 %}

{{ videos|length }} latest videos from local subscriptions

{% for sub in subscriptions %}{% if not loop.first %}, {% endif %}{{ sub.displayName }} (@{{ sub.name }}@{{ sub.host }}){% endfor %}


{{ macros.videos(videos) }}
{% endif %} {% endblock content %}