Skip to content

Instantly share code, notes, and snippets.

@jayfallon
Created April 1, 2014 16:43
Show Gist options
  • Select an option

  • Save jayfallon/9918007 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

cmather commented Apr 1, 2014

Change to {{> UI.contentBlock}}

@jayfallon
Copy link
Copy Markdown
Author

Thank you.

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