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