{{template "common/header.html" .}} {{template "common/nav.html" .}} 首页 {{.CurrentUser.Nickname}} 主题 {{/*标签*/}} {{$Tags := .Topic.Tags}} {{template "topic/taginput.html" $Tags }} 保存修改 Markdown 语法参考 ### 单行的标题 **粗体** `console.log('行内代码')` ```js\n code \n``` 标记代码块 [内容](链接)  Markdown 文档 {{template "common/footer.html" .}}