{{define "title"}}{{.book.Name}} {{end}} {{define "seo"}} {{end}} {{define "content"}}
{{if .book.Price}}
¥ {{.book.Price}}
{{end}}

{{.book.Name}}({{if .book.Lang}}英文版{{else}}中文版{{end}})

{{if .book.Ename}} 英文书名:{{.book.Ename}} {{end}}
{{.book.PubDate}}  {{.book.Author}} (作者)   {{if .book.Translator}} {{.book.Translator}} (译者) {{end}}
阅读 {{.book.Viewnum}} 次  {{.book.Cmtnum}} 条评论

简介

{{.book.Desc}}
{{if .book.Catalogue}}

目录

{{noescape .book.Catalogue}}
{{end}}
{{if .book.Tags}} {{$tags := explode .book.Tags ","}} {{range $tags}}
  • {{.}}
    {{end}} {{end}}
    {{.book.Cmtnum}} 回复 {{if .book.Cmtnum}} |  直到 {{end}}
    暂无回复
    {{template "comment" .}} {{include "common/view_stat.html" .}}
    {{include "common/my_info.html" .}} {{include "sidebar/view_rank.html" (parseJSON `{"rank_title":"今日阅读排行","objtype":5,"limit":10,"rank_type":"today"}`)}} {{if .pos_ad.right1}} {{end}} {{include "sidebar/view_rank.html" (parseJSON `{"rank_title":"一周阅读排行","objtype":5,"limit":10,"rank_type":"week"}`)}}
    {{end}} {{define "js"}} {{if .pos_ad.right1}} {{if eq .pos_ad.right1.AdType 1}} {{noescape .pos_ad.right1.Code}} {{end}} {{end}} {{end}}