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