stop
Page Contents
Synopsis
<#stop> or <#stop reason>
Where:
- reason: Informative message about the reason of termination. Expression evaluates to string.
Description
Aborts the processing of template. This is something like an emergency brake: don't use it in normal situations. Aborting happens by throwing a StopException, and the StopException will hold the value of reason parameter.