Skip to content

Instantly share code, notes, and snippets.

@arunoda
Created June 7, 2013 06:36
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 arunoda/08389b0250cd6e6eb788 to your computer and use it in GitHub Desktop.
Save arunoda/08389b0250cd6e6eb788 to your computer and use it in GitHub Desktop.
<head>
<title>admin</title>
</head>
<body>
{{> hello}}
</body>
<template name="hello">
<h1>Hello World!</h1>
{{greeting}}
{{loginButtons}}
<input type="button" value="Click" />
</template>
@nanu-c
Copy link

nanu-c commented Jun 9, 2014

for me it is only working with {{> loginButtons}}

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