blob: 6ce338be12ecde37c8af834c1fae0fd882684258 [file] [log] [blame]
<#include "header.ftl">
<#include "menu.ftl">
<div id="main">
<#list published_posts as post>
<#if (post??) >
<#include "post/content-single.ftl">
</#if>
</#list>
<#include "post/prev-next.ftl">
</div>
<#include "commons/sidebar.ftl">
<#include "footer.ftl">