{% extends "base.html" %} {% block title %}Export pages - {{ app_name }}{% endblock %} {% block content %}

Export pages

You can export how many pages you want, that will be downloaded in JSON format and can be imported in another {{ app_name }} instance.

In order to add page to export list, please enter exact title, /url, #tag or +id. Entering a tag will add all pages with that tag to list. Each page or tag is separated by a newline.

{% endblock %}