{% extends "base_bootstrap.html" %} {% block title %} {{ metadata.title | default(coll) }} {% endblock %} {% block body %}

{{ metadata.title | default(coll) }} Collection

Bookmarks

All Bookmarks
{% for name, plist in lists | dictsort %}
{{ plist.description }}
{% endfor %}

Url Search

Search this collection by url:

{% endblock %}