{{define "topnav"}}
  • 首页/
  • /
  • /
  • {{end}} {{define "content"}}
    {{.topic.user.Username}}

    {{.topic.title}}

    {{.topic.node}}{{.topic.user.Username}} • 于发布 {{if .topic.lastreplyuid}} • 最后由 {{.topic.lastreplyusername}}回复 {{end}} • {{.topic.view}}次阅读
    {{.topic.content}}
    {{if not .replies}}
    暂无回复。
    {{else}}
    共收到 {{len .replies}} 条回复
    {{range .replies}}
    {{.user.Username}}
    {{.user.Username}} {{.floor}}楼,
    {{.content}}
    {{end}}
    {{end}} {{if .me}}
    预览

    Ctrl+Enter
    • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
    • 按“M”键查看更多 帮助
    {{else}}
    需要 登录 后方可回复, 如果你还没有账号你可以 注册 一个帐号。
    {{end}}
    {{end}} {{define "title"}}{{.topic.title}} {{end}} {{define "css"}} {{end}} {{define "js"}} {{end}}