Konstrukte mit mehreren IFs, ineinander und ein else. Einfaches if: <#if "a" eq "b" #> Bedingung "a" eq "b" ist not true. Schlecht... <#if "1" == "1" #> Internes if im oberif . Bedingung "1" == "1" ist true. Aber, oberes if ist false. Schlecht! <#else#> Invalid Elsezweig im internen IF ...Schlecht und oberes if ist auch false. Schlecht!! <#endif#> <#else#> Elsezweig, der true ist. Gut. <#endif#> <#if "weiterer" co "ter"#> Dies sollte gut sein fuer ein weiteres if <#else#> Schlecht <#endif#>