<b:env /> contains information of the environment: the site, the server and user requests such as POST and GET data.
b:env tags
b:env.domain<b:env.domain />
|
Outputs the domain of the site |
b:env.root<b:env.root />
|
URL of the site root |
b:env.request<b:env.request />
|
The current URL request |
b:env.get<b:env.get />
|
Returns the query string |
b:env.post.field<b:env.post.variable />
|
Returns the value of a single POST field |
b:env.extension<b:env.extension />
|
Returns the extension used in request, if any |

