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