{% extends "base.html" %} {% from "_macros.html" import byline %} {% block title %}Great{% endblock %} {% block content %}

Lists

{% if not lists %}

No populated lists yet.

{% endif %} {% if recent_log %}

Recently consumed

{% endif %} {% endblock %}