% posts.forEach(function(post){ %><%- include('post-card', { post: post }) %><% }); %> <%# Grid view: OOB-append the same posts as tiles. htmx inserts the wrapper node itself (beforeend), so display:contents lets the tiles lay out as direct grid items instead of nesting under an extra box. %>