Skip to content

Instantly share code, notes, and snippets.

@fat
Created December 16, 2011 03:39
Show Gist options
  • Save fat/1484342 to your computer and use it in GitHub Desktop.
Save fat/1484342 to your computer and use it in GitHub Desktop.
Simple Template
<div class="timeline">
<!-- load more button -->
<button>{{message}}</button>
<!-- tweet object -->
{{#tweets}}
{{> tweet}}
{{/tweets}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment