NewsBlur/templates/mail/email_opml_export.txt

8 lines
No EOL
386 B
Text

{% extends "mail/email_base.txt" %}
{% load utils_tags %}
{% block body %}{% if reason %}{{ reason }}{% else %}Here's a backup of all of your subscriptions on NewsBlur.{% endif %} It contains {{ feed_count }} site{{ feed_count|pluralize }}.
You can re-upload the attached file to NewsBlur and get all of your sites back.
Just go to Manage > Import > Upload OPML.{% endblock body %}