promptui
promptui copied to clipboard
if else does not work in templates
exmaple tpl: {{if .Email}}Email is: {{.Email}}{{else}}Email is NOT set.{{end}}
this basically fails and shows some sort of default value instead of else
section