Learn

get

Retrieve GET variables.

{{ get:[variable] }}

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

Sample Usage

<p>
    You searched for `{{ get:search }}`.
</p>

Displays the content of the search GET 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!