I have a body containing a nested [if] .. [else]:
[if foo]
Something...
[if bar]
Some more stuff...
[else]
This won't show :-(
[end]
[else]
Nothing
[end]
When "foo" is true and "bar" is false the [else] part won't show :-( Is this a bug or an unsupported feature? I'm not getting an error, so it looks like a bug. Not?