Executes the enclosing block if the current request is a GET request.
Basically a shorthand for:
<if test=".request.method=='GET'">
May be followed by <else> or <elif>.
name | purpose | type | required? | default | choices |
---|---|---|---|---|---|
if |
Conditional expression | expression | No | yes |