9.5.10
Merge syntax like this:
{{^staff}}Select Your Name Below:{{/staff}}{{#staff}}{{staff}}{{/staff}}
With model data like this:
Should give me “Nurse 2” (or at the very least the staff Id).
Instead I get “Select Your Name Below:”, as if there were no value in {{staff}}.

