% include ./head %>
Workshops
here is the list of workshop
Create new workshop
<% workshops.forEach(function(workshop) { %>
<%= workshop.name %>
<%= workshop.description %>
<% }); %>