tweet-collection-bs.html 242 B

123456789101112131415
  1. {% extends "base-bs.html" %}
  2. {% block head %}
  3. <title>Tweet Library: {{ user.id }}</title>
  4. {% endblock %}
  5. {% block content %}
  6. {% include "partial/page-nav-bs.html" %}
  7. {% include "partial/tweets-timeline-bs.html" %}
  8. {% endblock %}