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

    RT

    {{ tweet.retweeted_by }} Retweeted

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

    retweet | view author thread | view full convo | bookmark | copy formatted {% if notes_app_url %} | swipe to note {% endif %}

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