{include file="includes/header.html" title="评论列表"}
{foreach #comments as $comment} {/foreach}
内容 评论人 评论时间 编辑 删除
{$comment.content} {$comment.replier_name} {api format_time($comment.create_time)}
{if count(#comments) > 0}

{/if}
{include file="includes/footer.html"}