Noparse

Templating System : Tag Reference

Summary

The noparse tag is used to protect template tags that should not be parsed. It is useful when templates are generated dynamically. For example, the templating system uses the noparse tag in the "style" templates used for auto-generated forms.

Usage

<noparse>
  <multiple name=cars>
    \@cars.make\@
    \@cars.model\@
  </multiple>
</noparse>

Note(s)