In view (may be Application/index.html), I had the content like:
...
<div>${don't need evaluate this content} </div>
...
I don't want Play! evaluate it, only display absolutely this content on screen, so how can I do it ?
Update:
Thank Loic and Niels, I have just checked them, both solutions:
#{verbatim}${don't need evaluate this content}#{/verbatim}
and
<div>'${don't need evaluate this content}' </div>
didn't work!
Note that, I use XML in response type.