When it gives to ruby expression, like if statement, I don't know how to indent correctly.
%ul
%li foo
- if true
%li bar
The above code working, but the two %li doesn't aligned, which not elegant for me, become they are in the same level(I mean both are children of %ul)
Is there a more elegant way to do this?