{% extends "base.html" %} {% block head %} Tweet Library: {{ user.id }} {% endblock %} {% block content %} {% include "partial/page-nav.html" %} {% include "partial/users-list.html" %} {% if brand %} {% include "partial/brand-info.html" %} {% endif %} {% endblock %}