{% import "header.html" as header %}
Bookmarks
{{header.make_header(session=session)}}
{% for bookmark in bookmarks %}
{%- if bookmark.title -%} {{bookmark.title}} {%- else -%} {{bookmark.id}} {%- endif -%}
{{-bookmark.url-}}
{% endfor %}
Create