back
{{month_short_name}} {{ year }}
{% for tweet in tweets %} {# using revindex so that they don't change when there's a new tweet #}
{{ tweet.date }} {% if site_url %}
ΒΆ
{% endif %}
{{ tweet.text_as_html }}
{% endfor %}
back