{{include "header.html"}} {{include "nav.html"}} {{include "bread.html"}}

{{if .Single}}{{.Single.Title}}{{else}}{{.Title}}{{end}}

{{if .Single}}{{.Single.Description}}{{else}}{{.Description}}{{end}}

{{.Pager.TotalItems}} 个项目
{{range .List}}
{{if .Img}}
{{.Title}}
{{end}}
{{.Title}}
{{.Description}}
{{$industry := index .Ext "industry"}} {{if $industry}}{{$industry}}{{end}} {{$result := index .Ext "result"}} {{if $result}}{{$result}}{{end}}
{{end}}
{{if .Pager.Enabled}} {{end}}
{{include "sidebar.html"}}
{{include "footer.html"}} {{include "js.html"}}