We had a situation where ${properties.text @ context='html'} broke our page layout, because all empty div tags in the 'text' property were transformed into self-closing div tags:<div class="btn"></div> -> <div class="btn" />As the 'html' display context filters HTML to meet the AntiSamy policy rules...