Understanding our dataCreating our header template
/views/partial/content/
              /template/head.ejs
                        header.ejs
                        footer.ejs
                        jsdefault.ejs
// index.ejs
(...)
  <head><% include partials/template/head.ejs %></head>
(...)