{% from "common/macros.html" import accordion, full_post, bookmark_button %} {% from "common/icons.html" import icn_bookmark %} {% extends "base.html" %} {% block title %}bookmarks{% endblock %} {% block content %}
| Title | Memo | Manage | {% for thread in collection.get_threads() %}
|---|---|---|
| {{ thread.get_thread().title }} | {{ thread.note }} | {{ bookmark_button(type='thread', id=thread.thread_id, message='Manage…', require_reload=true) }} |