For instance, is there a way to nest my \"i18n\" helper inside another helper\'s hash variable?
{{view \"SearchView\" placeholder=\"{{t \'s
Update: Handlebars now supports subexpressions, so you can just do:
{{view "SearchView" (t 'search.root')}}