daton/app/http/views/home.hbs

6 lines
99 B
Handlebars

<html>
{{> header }}
<body>
<h1>{{ greeting }} from Daton!</h1>
</body>
</html>