{% extends "base.html" %} {% block content %}
{{ followedCount }}
Following
{% if posts %} {% for post in posts %} {% include '_twitter_post.html' %} {% endfor %} {% else %} {% include '_empty_feed.html' %} {% endif %} {% endblock %}