{% from "common/macros.html" import accordion, full_post %} {% 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 }} |