{{define "common/error/error"}} {{ .status}} | {{.err}}

{{.status}}

{{or .err "未知错误"}}

{{or .message "未知错误!可能存在的原因:未正确设置主题或主题文件缺失。"}}

{{end}}