{{define "title"}} {{if .username}} {{.username}} 在 {{.setting.Name}} 的全部评论 {{end}} {{end}} {{define "content"}}
{{if .page}}
{{end}}
{{include "common/my_info.html" .}} {{if .username}} {{end}}
{{end}} {{define "css"}} {{include "cssjs/prism.css.html" .}} {{end}} {{define "js"}} {{include "cssjs/prism.js.html" .}} {{end}}