{{component ...}}
hbs
{{component MyComponent}}hbs
{{component MyComponent arg1=val1}}hbs
{{component MyComponent arg1=val1 arg2=val2 ... argN=valN}}The component helper can curry a component and allows for partial application when building with components.
The component helper is very helpful when putting components into other component via arguments or yielding pre-configured components.