reploy/templates/index.html
2023-06-18 14:36:41 +02:00

11 lines
135 B
HTML

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