Skip to content

Instantly share code, notes, and snippets.

@Rich-Harris
Created November 23, 2016 15:26
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 Rich-Harris/0a4d409dcea5883c47167a55965f03d9 to your computer and use it in GitHub Desktop.
Save Rich-Harris/0a4d409dcea5883c47167a55965f03d9 to your computer and use it in GitHub Desktop.
If blocks
{{#if foo}}
<p>foo!</p>
{{else}}
<p>not foo!</p>
{{/if}}
{
"foo": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment