6 lines
99 B
Handlebars
6 lines
99 B
Handlebars
<html>
|
|
{{> header }}
|
|
<body>
|
|
<h1>{{ greeting }} from Daton!</h1>
|
|
</body>
|
|
</html> |