{% extends "base.html" %} {% block title %}Curated Lists — {{ library_name() }}{% endblock %} {% block content %}
| Slug | Name | Status | Featured | Works | Order | |
|---|---|---|---|---|---|---|
{{ cl.slug }} |
{{ cl.name }} | {% if cl.is_public %}Public{% else %}Private{% endif %} | {% if cl.is_featured %}Yes{% else %}—{% endif %} | {{ cl.entries | length }} | {{ cl.display_order }} | Edit |
No curated lists yet. Create one to get started.
{% endif %} {% endblock %}