{% extends 'base.html' %} {% block title %} Import followed titles {% endblock %} {% block head %} {% endblock %} {% block content %}

Importing from Tachiyomi

Go to Settings > Backup > Create backup, then upload the generated json file here:


{{ ibutton(text='Submit') }}
{% with messages = get_flashed_messages() %} {% for message in messages %}

{{ message }}

{% endfor %} {% endwith %} {% endblock %}