include partials ejs

JavaScript
<%- include('partials/header.ejs') %>
 <%- include('./partials/nav.ejs') %>
Source

Also in JavaScript: