From Go 1.23 Release Notes - The Go Programming Language :
text/template
Templates now support the new “else with” action, which reduces template complexity in some use cases.
Past: Support proposal to add "else with" like "else if" feature in templates