{% extends "bookmarks/layout.html" %} {% block content %}
{# Import section #}

Import

Import bookmarks and tags in the Netscape HTML format. This will execute a sync where new bookmarks are added and existing ones are updated.

{% csrf_token %}
{% if import_message %} {% if import_message.level == DEFAULT_MESSAGE_LEVELS.SUCCESS %}
{% endif %} {% if import_message.level == DEFAULT_MESSAGE_LEVELS.ERROR %}
{% endif %}

{{ import_message }}

{% endif %}
{# Export section #}

Export

Export all bookmarks in Netscape HTML format.

Download (.html)
{% endblock %}