<#include "macro-head.ftl"> <@head title="${blogTitle}"> <#if metaKeywords??> <#if metaDescription??> ${topBarReplacement} <#include "header.ftl">
<#list archiveDates as archiveDate>

<#if "en" == localeString?substring(0, 2)> ${archiveDate.monthName} ${archiveDate.archiveDateYear} <#else> ${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel}

<#list articles1 as article> <#if article.articleCreateDate?string("yyyy/MM") == "${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}"> <#if paginationCurrentPageNum != paginationPageCount && 0 != paginationPageCount && !article_has_next>
${moreLabel}
<#include "footer.ftl">