Importing our dataPassing custom data through routes
<% appdata.some.data.forEach(function(item) { %>
  <li><% item.name %></li>
<% }); %>