Back to Answer

Tag Detail

ui/template/tag-detail.html

2.0.0860 B
Original Source

{{template "header" . }}

{{$.tag.SlugName}}

{{formatLinkNofollow $.tag.ParsedText}}

{{translator ($.language) "ui.question.x_questions" "count" .questionCount}}

{{template "sort-btns" .}}

{{range .questionList}}

{{if $.useTitle }} {{.Title}} {{else}} {{.Title}} {{end}}

{{.Operator.DisplayName}}{{.Operator.Rank}} • {{translator $.language "ui.question.asked"}} {{translatorTimeFormat $.language $.timezone .OperatedAt}}

{{.VoteCount}}

{{.AnswerCount}} {{.ViewCount}}

{{range .Tags }} {{.SlugName}} {{end}}

{{end}}

{{template "page" .}}

{{template "hot-question" .}}

{{template "footer" .}}