Skip to content

Instantly share code, notes, and snippets.

@abderrazak-bouadma
Created December 26, 2013 13:50
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 abderrazak-bouadma/8134067 to your computer and use it in GitHub Desktop.
Save abderrazak-bouadma/8134067 to your computer and use it in GitHub Desktop.
<head>
<title>todo</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