{{#each data}} {{#if retweeted_status}} {{#with retweeted_status}}
{{user.name}}

{{{parseTwit this}}}

{{{twitImages this}}}
{{retweet_count}} {{favorite_count}}
{{/with}} {{else}}
{{user.name}}

{{{parseTwit this}}}

{{{twitImages this}}}
{{retweet_count}} {{favorite_count}}
{{/if}} {{/each}}