[#escape x as (x)!?html] [#if !page??][#if Param.page??][#assign page=Param.page?html?number][#else][#assign page=1/][/#if][/#if] [@InfoPage userId=targetUser.id pageSize='10' page=page;pagedList]
[#--
最新文章
--] [#list pagedList.content as info]
[@A bean=info class='ff-yh fs14 a c-000'/]
${info.publishDate?string('yyyy-MM-dd HH:mm')}
[/#list]
[#include 'page.html'/]
[/@InfoPage] [/#escape]