[#list page.list as board]
  • ${board.name!}:${board.title!?html}

    ${board.content!?html}(${board.createTime?string("yyyy-MM-dd HH:mm:ss")})

    [#if board.reply??]
    回复:

    ${board.reply!?html}

    [/#if]
  • [/#list] [#if page.totalPage gt 1] [@Page pageType='2'/] [/#if]