#include "header.ftl">
	<#include "menu.ftl">
	
	
	
	
		<#list published_posts as post>
		<#if (last_month)??>
			<#if post.date?string("MMMM yyyy") != last_month>
				
				${post.date?string("MMMM yyyy")}
				
			#if>
		<#else>
			${post.date?string("MMMM yyyy")}
			
	
<#include "footer.ftl">