Accessing multi-word keys from Template

Hi,

What is the easiest way of accessing keys that are of multiple words/tokens from Blaze templates, without using helpers?

I am trying to do something like this:

{{Eye Color}}

I tried using quotation marks, underscore, and removed the space.

Thanks

Did you try enclosing in brackets? [] See Identifiers and Paths.

Did you verify that the multiple word variable is on the Scope?

1 Like

Yes that worked. Thanks