{% extends "base.html" %} {% block head %} Tweet Library: {{ user.id }} {% endblock %} {% block content %} {% if show_parent_tweet_controls %}
author thread | full convo
{% endif %} {% with show_thread_controls=True %} {% include "partial/tweets-timeline.html" %} {% endwith %} {% endblock %}