<#include "module_homeSocial.ftl" /> <#--判断页面显示标题--> <#if is_tag??>

包含“${tag.name}”标签的文章

<#if is_category??>

“${category.name}”分类下的文章

<#if is_search??>

包含“${keyword!}”关键字的文章

<#--显示文章-->
<#list posts.content as post>

${post.title!}

<#--显示文章简介-->

${post.summary!}

<#--文章标签等-->