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

    RT

    {{ tweet.retweeted_by }} Retweeted

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

    replies | {% if show_thread_controls %} author thread | full convo | {% endif %} {% if twitter_user %} retweet | {% endif %} {% if twitter_user or mastodon_user %} bookmark [ - ] | {% endif %} copy formatted {% if notes_app_url %} | swipe to note {% endif %}

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