Created
December 16, 2011 03:39
-
-
Save fat/1484342 to your computer and use it in GitHub Desktop.
Simple Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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