<%= item.name %>
+
<%= item.url %>
<%= item.description %>
<%= item.startDate %> - <%= item.endDate %>
@@ -59,13 +65,30 @@
<% } %>
+<% } %>
+<% if (locals.sideProjects) { %>
Side-projects
+ <% for (const item of sideProjects) { %>
+
+
<%= item.name %>
+
<%= item.url %>
+
<%= item.description %>
+
<%= item.startDate %> - <%= item.endDate %>
+
+ <% for (const kw of item.keywords) { %>
+ <%= kw %>
+ <% } %>
+
+
+ <% } %>
+<% } %>
+<% if (locals.skills) { %>
Skills
<% for (const item of skills) { %>
@@ -80,8 +103,10 @@
<% } %>