Element - return
The return element ends the processing of the current content section.
Syntax:
Element |
Attributes |
Value |
Notes for Element/Attribute/Value |
return |
|
|
|
Example
<if compare="{@page}" value="12" operation="equal">
<return/>
</if>