how to access object in ejs file code example
Example 1: how to include in ejs
<%- include('./partials/nav.ejs') %>
Example 2: ejs current year
<%= new Date().getFullYear();%>
<%- include('./partials/nav.ejs') %>
<%= new Date().getFullYear();%>