{% extends "layout.html" %} {% block content %}

Your subscriptions

You are subscribed to {{ nb_feeds }} feeds. Add a feed.

{{ nb_articles }} articles are stored in the database with {{ nb_unread_articles }} unread articles.

{% if not_on_heroku %} Index database {% endif %}

Your Profile

Update your profile.

Member since {{ user.date_created.strftime('%A, %d %B %Y') }}.

Last seen: {{ user.last_seen.strftime('%A, %d %B %Y at %H:%M:%S') }}.

Import/export feeds

Import

Batch import feeds from OPML (*.xml or *.opml)

Export

Export feeds to OPML

Export articles

HTML
{% endblock %}