{% extends "base.html" %} {% block head %} Profile: {{ user.id }} {% endblock %} {% block content %}
Data
fake tweet activity
fake-tweet-activity.png

Timeline | Likes | Following | Followers | Activity

No replies | Only media
{% block tab_content %} {% if tab == "media" %} media {% else %} {% with show_thread_controls=True %} {% include "partial/tweets-timeline.html" %} {% endwith %} {% endif %} {% endblock %}
{% endblock %}