Skip to content

Instantly share code, notes, and snippets.

@bennadel
Created March 25, 2014 11:19
Show Gist options
  • Save bennadel/9759705 to your computer and use it in GitHub Desktop.
Save bennadel/9759705 to your computer and use it in GitHub Desktop.
The jQuery Template Markup Language (JTML) Project
<jtml:if test="condition">
<jtml:else [ test="" ]>
</jtml:if>
<jtml:loop index="i" collection="" [ key="" ]>..</jtml:loop>
<jtml:loop index="i" to="" [ from="" step="" ]>..</jtml:loop>
<jtml:include template="selector" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment