reploy/templates/index.html

10 lines
115 B
HTML

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