We quite often receive ideas about additions to the template language that make some things a bit easier, save some keystrokes, or add a bit of nice "magic".
Most of the time, we decline those requests because we want to keep the template-specific syntax (which people have to learn and memorize) small, and rely on Javascript expressions wherever possible.
This keeps API surface small and keeps the template compiler efficient and easier to maintain.