{% for tweet in tweets %}
{{tweet.message}}
{{tweet.date | date_format: "MMM d HH:mm" }}
{%if tweet.isOwn == false%}
DM
{%/if%}
Preview
{% /for %}