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