reploy/templates/default.html

8 lines
75 B
HTML

<html>
{{> head.html}}
<body>
{{> header.html}}
{{{body}}}
</body>
</html>