Manual

get

This vector fetches the specified GET variable's value.


Examples

{{get:first_name}}
This will get the value of the GET variable "first_name"

{{get:first_name|default=John}}
This will do the same thing as the above vector but if no value exists for that variable, it will return "John".