{{define "content"}}
{{if .IsEdit}}Edit Form{{else}}Add Form{{end}}
{{if .Error}}
{{.Error}}
{{end}} {{if .Success}}
{{.Success}}
{{end}}
Cancel
{{end}}