{{define "hot-question"}}
{{translator $.language "ui.question.hot_questions"}}
{{ range .hotQuestion }} {{if $.useTitle }} {{else}} {{end}} {{if ne 0 .AnswerCount}} {{end}} {{ end }}
{{end}}