<% for (const item of items) { %>
>
<%= item.semester %>
<%= item.title %>
<%= item.type %>
<%= item.institution %>
<% if (item.collaborators) { %>
Zusammen mit: <%= item.collaborators %>
<% } %> <% if (item.href) { %> Mehr Informationen <% } %>
<% } %>
Zurück nach oben