<%- partial('_widget/header_body',{message:theme.headers.home.message,icon:theme.headers.home.icon}) %>
<% if(theme.home_layout === 'block-card'){ %>
<% page.posts.each(function (post,i) { %> <% if(post.cover){ %> Quiet <% }else{ %> Quiet <% } %> <% }) %>
<% }else{ %>
<% page.posts.each(function (post,i) { %>

<%= post.title %>

<% if(post.cover){ %> Quiet <% }else{ %> Quiet <% } %>
<% }) %>
<% } %>
<% if(page.prev !==0){ %> <% } %> <% if(page.next !==0){ %> <% } %>