%TEMPLATE_MODE XML
# ------------------------------------------------------------
%CONTEXT
x = 2
# ------------------------------------------------------------
%INPUT
<p th:inline="none">
This should not be replaced: [[${x}]]
</p>
# ------------------------------------------------------------
%OUTPUT
<p>
This should not be replaced: [[${x}]]
</p>