I'm trying to render a colon-containing string (a url) depending on presence of a certain metadata value. The following fails:
%globals_asset_metadata_SomeMetadataField_value^contains:SomeValue:<script type="text/javascript" src="http://example.com"></script>%
as the colon is being interpreted as a separator between "contains" and "doesn't contain" outputs. Escaping it with a slash doesn't work, neither does adding a : to the end of the replacement.