{% extends "base.html" %} {% block head %} Profile: {{ user.id }} {% endblock %} {% block content %}
{% include "partial/user-card.html" %} {% if brand %} {% include "partial/brand-info.html" %} {% endif %}
{% include "partial/page-nav.html" %}
No replies | Only media
{% with show_thread_controls=True %} {% include "partial/tweets-timeline.html" %} {% endwith %}
{% endblock %}