{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}

And Operator

Usage:

x and y

Returns:

Returns TRUE if both x and y are true.

Examples:

(1<2) and (3>2)
-> Returns TRUE