reploy/templates/search.html

10 lines
129 B
HTML

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