Are there any plans to add `/*%elif ... */` or whe...
# komapper
d
Are there any plans to add
/*%elif ... */
or when blocks to templates any time soon? It's a bit cumbersome to have to use tons of if/ends...
t
We already support /*%elseif … */. However, it seems that we forgot to include it in the documentation.
👌🏼 1
❤️ 1
d
Yeah, I reread the docs before I asked, and it's not mentioned... I even tried looking at the templates generated from partials inheriting sealed interfaces and they don't seem to use them either for some reason.