{{ template "head.html" }} {{ template "style.html" }}
{{if .Success}}

Success: unsuspended {{.Name}}

{{else}}

Error: {{.ErrorMsg}}

{{end}}
{{ template "footer.html" }}