{% extends "base.html" %} {% block head %} Tweet Library: {{ user.id }} {% endblock %} {% block content %}

{% if page_nav %} {% for nav_item in page_nav|sort(attribute='order') %} | {{ nav_item.label }} {% endfor %} {% endif %}

{% include "partial/users-list.html" %} {% endblock %}