<%- include('partial/header'); %>
<div>
<%- include('widget/search',{type: "home"}); %>
<%- include('widget/footer',{type: "home"}); %>
</div>
<%- include('partial/footer'); %>