Manual

post

This vector fetches the specified POST variable's value.



Examples

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

{{post: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".