{{include "header.html"}} {{include "nav.html"}} {{if index .ThemesExt "show_breadcrumb"}} {{if .Nav}} {{end}} {{end}} {{if .Content}} {{$albums := .Content.Albums}}
{{.Content.Title}}
{{if .Content.Albums}}

房源相册

点击图片查看原图
{{if eq (printf "%T" $albums) "string"}} {{range $i, $img := Split $albums ","}} {{if $img}} {{end}} {{end}} {{else}} {{range $i, $img := $albums}} {{if $img}} {{end}} {{end}} {{end}}
{{end}}
{{.Content.ColumnName}}

{{.Content.Title}}

{{if and .Content.Ext (index .Content.Ext "price_range")}}

{{index .Content.Ext "price_range"}}

{{else if .Content.Price}}

{{printf "¥%.0f" .Content.Price}}

{{end}}

{{.Content.Description}}

{{if and .Content.Ext (index .Content.Ext "layout")}}
户型
{{index .Content.Ext "layout"}}
{{end}} {{if and .Content.Ext (index .Content.Ext "location")}}
位置
{{index .Content.Ext "location"}}
{{end}} {{if and .Content.Ext (index .Content.Ext "community")}}
小区
{{index .Content.Ext "community"}}
{{end}} {{if and .Content.Ext (index .Content.Ext "area")}}
面积
{{index .Content.Ext "area"}}
{{end}} {{if and .Content.Ext (index .Content.Ext "decoration")}}
装修
{{index .Content.Ext "decoration"}}
{{end}} {{if and .Content.Ext (index .Content.Ext "features")}}
亮点
{{index .Content.Ext "features"}}
{{end}} {{if and .Content.Ext (index .Content.Ext "badge")}}
标签
{{index .Content.Ext "badge"}}
{{end}} {{if and .Content.Ext (index .Content.Ext "age")}}
房龄
{{index .Content.Ext "age"}}
{{end}} {{if and .Content.Ext (index .Content.Ext "ownership")}}
产权
{{index .Content.Ext "ownership"}}
{{end}}

房源详情

{{.Content.Content|Str2Html}}
{{if index .ThemesExt "show_sidebar"}} {{include "sidebar.html"}} {{end}}
{{$related := Related .Content.Id 4}} {{if $related}}

相关房源

同栏目或相近内容推荐。

{{end}}
{{end}} {{include "footer.html"}} {{include "js.html"}}