This is my blog page.

<% posts.data.forEach((post) => { %>

<%= post.title %>

<%= post.description %>

<% }); %>