<%include 'header.gsp'%> <%include 'menu.gsp'%>
<%def last_month=null;%> <%published_posts.each {post ->%> <%if (last_month) {%> <%if (post.date.format("MMMM yyyy") != last_month) {%>

${post.date.format("MMMM yyyy")}

<%include "footer.gsp"%>