I find myself wanting to use ember-elsewhere in a situation where I have some inline content that I want to "transport" to a sidebar. I could make that content a component but the sidebar and main content are so contextually tied I'm not really super keen on doing that.
Is it possible to have an block component version of to-elsewhere:
{{#to-elsewhere named='sidebar'}}
lorem ipsum sidebar
{{/to-elsewhere}}
lorem ipsum main content window
I find myself wanting to use
ember-elsewherein a situation where I have some inline content that I want to "transport" to a sidebar. I could make that content a component but the sidebar and main content are so contextually tied I'm not really super keen on doing that.Is it possible to have an block component version of
to-elsewhere: