Skip to content

Instantly share code, notes, and snippets.

@ssethubalan
Created January 27, 2016 00:04
Show Gist options
  • Save ssethubalan/c3e7866c7de6564de2db to your computer and use it in GitHub Desktop.
Save ssethubalan/c3e7866c7de6564de2db to your computer and use it in GitHub Desktop.
Test Handlebar file
---
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