{% extends "base.html" %} {% from "_macros.html" import cover_url %} {% from "_partials/brand_glyph.html" import brand_glyph %} {% block title %}Catalog — {{ library_name() }}{% endblock %} {% block content %} {% if show_landing %}
{{ cl.description }}
{% endif %}View all {{ cl.entries | length }} item{{ 's' if cl.entries | length != 1 else '' }} →