{% extends 'twitter/base.html' %} {% block breadcrumbs %}
  • Home
  • Twitter
  • {% endblock %} {% block content %}

    {% block title %} Twitter {% endblock %}

    {% include 'twitter/includes/account_list.html' with account_list=account_list count=page_obj.paginator.count list_type='recent' only %}
    {% include 'twitter/includes/nav_tabs.html' with active='tweets' only %} {% include 'twitter/includes/tweet_list.html' with tweet_list=tweet_list page_obj=page_obj perms=perms only %}
    {% endblock content %}