{% include "header.html" %}
{% for l in lists %}
{{ l.list.name }}
{{ l.list.description if l.list.description else "

no description

"|safe }}

{{ l.posts|length }} post{{ l.posts|length|pluralize("","s") }}{% if l.newest %} | {% endif %}{% if l.list.topics|length > 0 %}Topics: {{ l.list.topics() }}{% endif %}
{% endfor %}
{% include "footer.html" %}