{% import 'macros.imp.j2' as macros with context %} {{ macros.headerbar() }} {% include 'messages.inc.j2' %}

Subscriptions

{% for row in rows %} {% call macros.card(row.video_id, row.title, row.published|format_date, row.pinned, row.video_id) %} {{ macros.infobar_subscriptions(row.video_id, row.channel_id, row.author) }} {% endcall %} {% if row.pinned and not rows[loop.index].pinned %} {{ macros.dummycard() }}
{% endif %} {% endfor %} {{ macros.dummycard() }}
{% if not rows|length %}no more results{% endif %} {% if page > 0 %} newer | {% endif %} {% if rows|length %} older {% endif %}
Manage Subscriptions | Reddit Feed