{% extends "base.html" %} {% from "_macros.html" import cover_url %} {% block title %}{{ cl.name }} — {{ library_name() }}{% endblock %} {% block content %}
{{ cl.description }}
{% endif %} {% if entries %}This list has no items yet.
{% endif %} {% if user and has_permission(user, 'curatedlist.manage') %} {% endif %} {% endblock %}