java web playframework: how to ignore Evaluating Expression in a Template? -


in view (may application/index.html), had content like:

... <div>${don't need evaluate content} </div> ... 

i don't want play! evaluate it, display absolutely content on screen, how can ?

update:

thank loic , niels, have checked them, both solutions:

#{verbatim}${don't need evaluate content}#{/verbatim} 

and

<div>'${don't need evaluate content}' </div> 

didn't work!

note that, use xml in response type.

i managed working using following

<div>&#36;{don't need evaluate content}</div> 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -