SimpleerTube

A simple frontend for PeerTube
{% 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 %}


{#{% for vid in videos %}
{{ vid|pprint }}
{% endfor %}#} {% for vid in videos %} {% endfor %}
{% endif %}