%TEMPLATE_MODE XML
# ------------------------------------------------------------
%CONTEXT
x = null
# ------------------------------------------------------------
%INPUT
<style th:inline="TEXT">
foo: [[${x}]];
</style>
# ------------------------------------------------------------
%OUTPUT
<style>
foo: ;
</style>