6 lines
72 B
Handlebars
6 lines
72 B
Handlebars
|
<html>
|
||
|
{{>head}}
|
||
|
<body>
|
||
|
{{{ body }}}
|
||
|
</body>
|
||
|
</html>
|