noparse

Synopsis

<#noparse>
  ...
</#noparse>

Description

FreeMarker will not search FTL tags and interpolations and other special character sequences in the body of this directive, except the noparse end-tag.

Example:

Example:
--------

<#noparse>
  <#list animals as being>
  <tr><td>${being.name}<td>${being.price} Euros
  </#list>
</#noparse>  

will output:

Example:
--------

  <#list animals as being>
  <tr><td>${being.name}<td>${being.price} Euros
  </#list>
  


FreeMarker Manual -- For FreeMarker 2.3.15
HTML generated: 2009-03-15 12:32:05 GMT
Edited with XMLMind XML Editor