{% extends "layout.html" %} {% import "macros.html" as macros %} {% block page_title %} Settings - {{ super() }} {% endblock %} {% block body %}

Settings

Export database

Export your entire reader database, for backup or use with another installation. {{ macros.flashed_messages(['exports.danger']) }}

Recent exports
{{ macros.csrf_token_field() }}

To export feeds as a subscription list, click the icon on the Feeds page. {% endblock %}