{{ variable | remove '}' }} the '}' is considered as an invalid closing tag. this also applies inside tags (e.g. {% assign variable = '}' %} will fail)
{{ variable | remove '}' }}
the '}' is considered as an invalid closing tag. this also applies inside tags (e.g. {% assign variable = '}' %} will fail)