{% import 'macros.imp.j2' as macros %} {% include 'messages.inc.j2' %} {{ title | e }}
{% for row in rows %}{# #}{{ '' if 1 >= row.n_karma }}{# #}{% call macros.card(row.video_id, row.title, row.n_karma~' karma') %} {{ row.n_comments }} comment{{ 's' if row.n_comments != 1 }} {% endcall %}{{ '' if 1>=row.n_karma }}{# #}{% endfor %}
{% if before %} prev | {% endif %} {% if after %} next {% endif %}
Manage Subreddits {% for subreddit in subreddits %} {{ "||" if loop.first else "|"}} /r/{{ subreddit }} {% endfor %}