Template Instructions / Template Instructions |
Replace the HTML tag (current element and its children) with the value of a template expression.
<tag gwc:replace="expression" ...> ... </tag>
<div gwc:replace="window"></div>
The DIV tag is replaced by the application window.