BUG Design manager - HubL comments

Hi! Looks like there is a bug in the design manager where, what I can see, the HubL comments stopped working? Creating errors and making code go white. Checked many different accounts and it’s the same everywhere.

Hi @MaiaT,

you’re right. That’s an - I assume - already known bug.

You can fix that by using double comments.

So instead of something like that

{# comment #}

some code

do it like this

{# start comment #}
some code
{# end comment #}

{# start comment #}
some code
{# end comment #}

...

best,

Anton