Created
January 27, 2016 00:04
-
-
Save ssethubalan/c3e7866c7de6564de2db to your computer and use it in GitHub Desktop.
Test Handlebar file
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
| --- | |
| title: Example | |
| --- | |
| <h1>{{site.title}}</h1> | |
| <h2>{{title}}</h2> | |
| {{!debug example}} | |
| <pre>{{foo}}</pre> | |
| {{#is title 'Example'}} | |
| <p> Hurray!</p> | |
| {{else}} | |
| <p> hmmm</p> | |
| {{/is}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment