{{define "comments"}} {{if .CommentsAllowed}}
{{t "comments.login_required"}}
{{t "comments.no_comments"}}
{{t "comments.title"}}
{{if .IsAuthenticated}} {{else}}{{t "comments.login_required"}}
{{end}}{{t "comments.no_comments"}}
{{end}}