{include file="header.html"}
{include file='guest/nav.html'}
标题:{$data.title}
用户id:{$data.userid}
昵称:{$data.nickname}
邮箱:{$data.email}
手机:{$data.telephone}
发布时间:{$data.dateline|date:Y-m-d H:i:s}
内容:{$data.content}
{include file="footer.html"}