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