{% extends "base.html" %} {% block head %} Tweet Library: {{ user.id }} {% endblock %} {% block content %} {% include "partial/page-nav.html" %}
{% with thread_item=root, skip_embed_replies=True %} {% include "partial/tweet-thread-item.html" %} {% endwith %}
{% endblock %}