I want to do something like this:
li class={aProperty=="alpha":active} Plain Text
where I am using a property, and seeing if it matches a value, as opposed to a simple boolean.
What is the valid emblem syntax for this? The syntax docs only show this for boolean property conditions, and doing something like my example results in browser errors and compile errors.