Skip to content

Instantly share code, notes, and snippets.

@jayfallon
Created April 1, 2014 16:43
Show Gist options
  • Save jayfallon/9918007 to your computer and use it in GitHub Desktop.
Save jayfallon/9918007 to your computer and use it in GitHub Desktop.
<template name="home">
<h1>hello world</h1>
{{#hello}}
Jay
{{/hello}}
</template>
<template name="hello">
Hello, {{> content}}<br>
</template>
@cmather
Copy link

cmather commented Apr 1, 2014

Change to {{> UI.contentBlock}}

@jayfallon
Copy link
Author

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment