{{include "header.html"}} {{include "nav.html"}} {{include "bread.html"}}
{{include "tutorial-nav.html"}}
{{if .Content}}
第 {{index .Content.Ext "chapter"}} 章{{index .Content.Ext "level"}}{{index .Content.Ext "duration"}}

{{.Content.Title}}

{{.Content.Description}}

作者:{{.Content.Author}} · 更新:{{ParseTime .Content.UpdateAt "2006-01-02"}} · 阅读:{{.Content.Views}}
{{.Content.Content|Str2Html}}
{{if .Prev}}上一篇:{{.Prev.Title}}{{end}}
{{if .Next}}下一篇:{{.Next.Title}}{{end}}
{{end}}
{{include "footer.html"}} {{include "js.html"}}