{{include "header.html"}} {{include "nav.html"}} {{if index .ThemesExt "show_breadcrumb"}} {{if .Nav}} {{end}} {{end}}
{{if eq .Type "search"}}

搜索结果

关键词:{{index .Request.Query "key"}}

如果当前结果不够精确,可以继续用地铁、学区、户型、预算等关键词缩小范围。

{{else if eq .Type "tag"}}

标签:{{index .Request.Query "tag"}}

{{else if .Single}}

{{.Single.Name}}

{{if .Single.Description}}

{{.Single.Description}}

{{end}} {{else if .CurrentColumn}}

栏目页

{{.CurrentColumn.Title}}

{{if .CurrentColumn.Description}}

{{.CurrentColumn.Description}}

{{end}}
{{end}} {{$currentSlug := ""}} {{if .CurrentColumn}}{{$currentSlug = .CurrentColumn.Slug}}{{end}} {{$isNews := eq $currentSlug "news"}}
{{if .List}} {{if or $isNews (eq $currentSlug "notice")}} {{else}} {{end}} {{if .Pager.Enabled}}
{{else if not .List}}
暂无内容
{{end}} {{end}}
{{if index .ThemesExt "show_sidebar"}} {{if or $isNews .CurrentColumn}} {{include "sidebar.html"}} {{end}} {{end}}
{{include "footer.html"}} {{include "js.html"}}