{% for k, v in session.items() %}
{% if k.startswith('twitter:') %}
- {{ k }}
{% endif %}
{% if mastodon_enabled and k.startswith('mastodon:') %}
- {{ k }}
{% endif %}
{% if youtube_enabled and k.startswith('youtube:') %}
- {{ k }}
{% endif %}
{% if messages_enabled and k.startswith('messages:') %}
- {{ k }}
{% endif %}
{% endfor %}
{% if archive_enabled %}
- Twitter archive
{% endif %}
{% if feeds_enabled %}
- Feeds
{% endif %}