Skip to content

Instantly share code, notes, and snippets.

@Tim-Machine
Created October 29, 2012 19:36
Show Gist options
  • Select an option

  • Save Tim-Machine/3975994 to your computer and use it in GitHub Desktop.

Select an option

Save Tim-Machine/3975994 to your computer and use it in GitHub Desktop.
possible parser / template engine
<div id="blogroll" data-type='blog' data-limit="6" data-sortBy="date" data-order="DESC">
<div class="title">{{title}}</div>
<div class="date">{{date :format[m-d-y]}}</div>
<div class="author">{{author}}</div>
<div class="entry">{{entry}}</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment