content instruction

Replace the element content (between the HTML tags) with the value of a template expression.

Syntax

<tag gwc:content="expression" ...>
...
</tag> 
Note:
  1. expression can be any template expression

Example

<div id="gForm-div" gwc:content="form" />

The content of the div tag is set to the generated code of the current form.