all sessions
{% comment %} TODO(mikey): Pagniate sessions. {% endcomment %}
{% for chunk in drinker.user_session_chunks.all %}
{% with chunk.session as session %}
{% include "kegweb/keg-session.html" %}
{% endwith %}
{% endfor %}