{% extends "base-bs.html" %} {% block head %} Tweet Library: {{ user.id }} {% endblock %} {% block content %} {% include "partial/page-nav-bs.html" %} {% include "partial/tweets-timeline-bs.html" %} {% endblock %}