{% extends 'layout.html' %} {% block title %}User Timeline{% endblock %} {% block content %}

{{ username }}

{{ followers|length }} Followers | {{ following_count }} Following {% if session['logged_in'] and following is not none %} {% if following %} | Unfollow {% else %} | Follow {% endif %} {% endif %}

{% endblock %}