Skip to content

Instantly share code, notes, and snippets.

@coltpini
Created February 2, 2018 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coltpini/ed7c54b119b04091a90aa654fc87b037 to your computer and use it in GitHub Desktop.
Save coltpini/ed7c54b119b04091a90aa654fc87b037 to your computer and use it in GitHub Desktop.
<ul>
{{for list}}
<li>{{list.item}}</li>
{{/for}}
</ul>
{{if condition}}
<small>disclaimer for something that meets condition</small>
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment