Skip to content

Instantly share code, notes, and snippets.

@developeron29
Created August 24, 2013 05:33
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 developeron29/6326248 to your computer and use it in GitHub Desktop.
Save developeron29/6326248 to your computer and use it in GitHub Desktop.
<head>
<title>testapp</title>
</head>
<body>
{{> hello}}
</body>
<template name="hello">
<h1>Hello World!</h1>
{{greeting}}
<input type="button" value="Click" />
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment