{% extends "base.html" %} {% block head %} Tweet Library: {{ user.id }} {% endblock %} {% block content %} {% include "partial/page-nav.html" %}
{% include "partial/tweets-timeline.html" %}
{% with tweets=tweets2, skip_plot=True %} {% include "partial/tweets-timeline.html" %} {% endwith %}
{% endblock %}