{{define "skel/flash"}} {{if .ErrorMsg}}
{{.ErrorMsg}}
{{end}} {{if .WarnMsg}}
{{.WarnMsg}}
{{end}} {{if .SuccessMsg}}
{{.SuccessMsg}}
{{end}} {{end}}