Skip to content

Instantly share code, notes, and snippets.

@netconstructor
Forked from fat/gist:1484342
Created April 6, 2012 10:32
Show Gist options
  • Save netconstructor/2318727 to your computer and use it in GitHub Desktop.
Save netconstructor/2318727 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