I am trying to render the results from my template.ejs file onto my homepage through
<%= include (\'template.ejs\', { data }); %>
which