{% extends "base.html" %} {% block content %}

Library for {{ name }}

By date
{% for s in by_date %}{{s.utube_id}} {{s.title}}
{% endfor %}
By karma
{% for s in by_karma %}{{s.karma}}; {{s.title}}
{% endfor %}
{% endblock %}