<#include "macro-head.ftl"> <@head title="${blogTitle}"> <#include "header.ftl">
<#if 0 != recentComments?size>
    <#list recentComments as comment>
  • <#if "http://" == comment.commentURL> ${comment.commentName} <#else> ${comment.commentName} ${viewLabel}ยป
    ${comment.commentContent}
<#include "side.ftl">
<#include "footer.ftl">