```properties -wrong-user = (Not {$userName}? Click here.) hello = Hello, {$userName}! {-wrong-user} ``` Or should we require that each variable be passed explicitly as a parameter? Related to #230. ```properties -wrong-user = (Not {$userName}? Click here.) hello = Hello, {$userName}! {-wrong-user(userName: $userName)} ```