{% extends "admin/index.html" %} {% import 'bukuserver/lib.html' as buku with context %} {% block head %} {{ super() }} {{ buku.close_if_popup() }} {% endblock %} {% block menu_links %} {{ super() }} {% endblock %} {% block body %} {{ super() }}

BUKU

Bookmark manager like a text-based mini-web

Bookmarks Tags Statistics

{{form.keyword.label}} {{form.keyword()}}
{{form.deep()}} {{form.deep.label}}
{{form.regex()}} {{form.regex.label}}

Bookmarklet: ✚ Add to Buku
Note: if you select text on the page before activating the bookmarklet, it'll be used as description instead of page metadata.

{% endblock %}