{% for tweet in tweets %} {{tweet.html}} {%if tweet.isOwn %}
{{tweet.message}}
{%else%}
{{tweet.message}}
{%/if%} {% /for %}