<if-get> exectute a block if this is a GET request

name
if-get
xml namespace
http://moyaproject.com

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>.

inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes