{{#with user}}
{{name}}

{{ name }}

@{{ screen_name}}

{{{ description }}}

{{#if location }} {{ location }} · {{/if}} {{#if url }} {{ url }} {{/if}}

  • {{ statuses_count }} tweets
  • {{ friends_count }} following
  • {{ followers_count }} followers
Follow on Twitter
{{/with}}
    {{#each tweets}}
  • {{#with user }} {{ name }} {{ name }} @{{ screen_name }} {{/with}}

    {{{ text }}}

    {{ formated_date }}

  • {{/each}}