Avi {% if True or enable_select_tweets %}
{% endif %}
{% if tweet.title %}

{{ tweet.title }}

{% endif %}

{{ tweet.display_name }} {% if tweet.author_is_verified %} [verified] {% endif %} @{{ tweet.handle }} {{ tweet.created_at }} [source] {% if tweet.is_viewed %} [viewed] {% endif %}

{% if tweet.html %} {{ tweet.html | safe }} {% else %} {{ tweet.text | replace('<', '<') | replace('\n', '
') | safe }} {% endif %}

{% if tweet.quoted_tweet %}
{% with tweet = tweet.quoted_tweet %} {% include "partial/timeline-tweet.html" %} {% endwith %}
{% endif %} {% if not skip_embed_replies %} {% if tweet.replied_tweet %}

Replying to:

{% with tweet = tweet.replied_tweet %} {% include "partial/timeline-tweet.html" %} {% endwith %}
{% elif tweet.replied_tweet_id %}

Replying to:

{% if tweet.actions.view_replied_tweet %}

View in Thread.

{% endif %} {% endif %} {% endif %} {% if tweet.note %}

{{ tweet.note.replace('\n', '
') | safe }}

{% endif %} {% if tweet.photos %}

{% endif %} {% if tweet.videos %}

VIDEOS

{% endif %} {% if tweet.card %}
{% if tweet.card.preview_image_url %} {% endif %}
{{ tweet.card.display_url }} {{ tweet.card.title }}

{{ tweet.card.content }}

{% endif %} {% if False and tweet.replied_tweet %} View Parent View Conversation {% endif %} {% if tweet.public_metrics %}

{% for k, v in tweet.public_metrics.items() %} {% if v != None %} {{ k.replace('_count', 's').replace('ys', 'ies').replace('_', ' ') }}: {{ v }}, {% endif %} {% endfor %}

{% endif %} {% if tweet.non_public_metrics %}

{% for k, v in tweet.non_public_metrics.items() %} {% if v != None %} {{ k.replace('_count', 's').replace('ys', 'ies').replace('_', ' ') }}: {{ v }}, {% endif %} {% endfor %}

{% endif %} {% if tweet.attachments %} {% endif %} {% if show_conversation_id %}

Conversation: {{ tweet.conversation_id }}

{% endif %}