<% for (const post of items) { %>
>

<%= post.title %>

<%= post.description %>

<% if (post.image) { %>
<%= post.title %>
<% } %>
<% } %>
Back to top