{% for tweet in tweets %}
  • {% if tweet.retweeted_by %}

    RT

    {{ tweet.retweeted_by }} Retweeted

    {% endif %}
    {% include "partial/timeline-tweet.html" %}

    view author thread | view full convo | bookmark copy formatted | swipe to note

  • {% endfor %} {% if query.next_data_url %}
  • Loading more tweets... {% if query.next_page_url %} Go to Next Page {% endif %}
  • {% endif %}