linux-command/template/index.ejs

6 lines
176 B
HTML

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