Files
linkding/bookmarks/templates/bundles/preview.html
Sascha Ißbrücker ffc1a69085 Template improvements
2026-01-01 13:40:57 +01:00

9 lines
296 B
HTML

<turbo-frame id="preview">
{% if bookmark_list.is_empty %}
<div>No bookmarks match the current bundle.</div>
{% else %}
<div class="mb-4">Found {{ bookmark_list.bookmarks_total }} bookmarks matching this bundle.</div>
{% include 'bookmarks/bookmark_list.html' %}
{% endif %}
</turbo-frame>