Redirect
Redirect to another page.
Example
{{ if !open }}
{{ redirect to="/" }}
{{ /if }}
If the open
tag is not true, this will forward the visitors to the homepage.
Parameters
url
string |
Destination URL |
---|---|
to
string |
Alias of |
response
integer 302 |
The HTTP response code to use. |