Template Instructions / Template Instructions |
Replace the element content (between the HTML tags) with the value of a template expression.
<tag gwc:content="expression" ...> ... </tag>
<div id="gForm-div" gwc:content="form" />
The content of the div tag is set to the generated code of the current form.