Template – Options with Miss Nest Help Hash and Handle?

For example, is there a way to nest the hash variable of my “i18n” helper in another helper?

{{view "SearchView" placeholder="{{t'search.root'}}" ref="search" url="/pages/search" className='home-search' polyfill=true}}

Update: Handlebars now supports subexpressions, so You can just do:

{{view "SearchView" (t'search.root')}}

For example, is there a way to nest the hash variable of my “i18n” helper in another helper?

{{view "SearchView" placeholder="{{t'search.root'}}" ref="search" url="/pages/search" className='home-search' polyfill=true}}

Update: Handlebars now supports subexpressions, so you can just do:

{{view "SearchView" (t'search.root')}}

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 5393 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.