8 lines
75 B
HTML
8 lines
75 B
HTML
<html>
|
|
{{> head.html}}
|
|
<body>
|
|
{{> header.html}}
|
|
{{{body}}}
|
|
</body>
|
|
</html>
|