{% if not general %} {{ current_user.username }}'s Timeline {% else %} Recent Timeline {% endif %}
{% if not general %} {% with tweets = current_user.get_user_timeline() %} {% include "tweets.html" %} {% endwith %} {% else %} {% with tweets = get_general_timeline() %} {% include "tweets.html" %} {% endwith %} {% endif %}