<% for (const item of items) { %>
::: {.g-col-1 <%= metadataAttrs(item) %> }
<% if (item[‘ojs-code’]) { %>
<% } else { %>
nothing rn
<% } %>
:::