Hey, I'm trying to create a layout that will show an image if an image is available, and won't show the entire image block if there is no available image. Currently, the only way I found to achieve this in Novu is to create two separated layouts: one with the image and one without the image.
As far as I understand, you guys use Liquid JS for templating, and Liquid JS supports if-else conditions. So, can you guys investigate the possibility of making if-else available inside the template editor so we can conditionally display a message without having to create two separated workflows?
If that is already supported, can you please update the documentation or point me to the right direction?