UNPKG

akurath

Version:

IDE Frontend for codepsaces.io

14 lines (11 loc) 184 B
<head> <title>hello</title> </head> <body> {{> hello}} </body> <template name="hello"> <h1>Hello World!</h1> {{greeting}} <input type="button" value="Click" /> </template>