The naked variable markup only works for variables or array or property accesses ($dogs or $dogs[3] or $dogs.length). If you want to call a function (like pluck) you’ll need to use one of the print macros (<<print $dogs.pluck()>> or <<= $dogs.pluck()>>).
1 Like