{% extends "feeds/base.html" %} {% block content %} {% if user.is_authenticated and has_accounts %}
{% endif %} {% if posts %} {% include "feeds/_post_list.html" %} {% elif user.is_authenticated %} {% if has_accounts %}No posts yet.
{% else %}No posts yet. Connect an account to get started.
{% endif %} {% else %}Log in to see your feed.
{% endif %} {% endblock %}