{%- from 'common/macros.html' import full_post, bookmark_menu with context -%}
{%- from 'common/macros.html' import subheader, bookmark_button -%}
{%- extends 'base.html' -%}
{%- block title -%}bookmarks"{%- endblock -%}
{%- block content -%}
| Title | Memo | Manage |
|---|---|---|
| {{thread.title}} | {{bt.note}} | {{bookmark_button('thread', id=thread.id, text='Manage')}} |