Learn

post

Retrieve POST variables.

{{ post:[variable] }}

Displays the value of the POST variable matching [variable].

Sample Usage

<p>
    You submitted key `{{ post:key }}`.
</p>

Displays the content of the key POST variable.

Parameters

There are no parameters for this tag.

This article was last updated on September 13th, 2016. Find an error? Please let us know!