{% extends "base.html" %} {% block head %} Profile: {{ user.id }} {% endblock %} {% block content %}
{% if twitter_user %} {% include "partial/user-card.html" %}

{% if page_nav %} {% for nav_item in page_nav|sort(attribute='order') %} | {{ nav_item.label }} {% endfor %} {% endif %}

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