Emberjs modal window

I want to open a discussion about modals. Is it possible to load templates into modal window? In http://emberjs.com/guides/cookbook/user_interface_and_interaction/using_modal_dialogs/

the template “modal” i wrapped into the id=“components/modal-dialog”. What if i want to reuse the template in a normal context, and not in a modal window.

Edit: Here is a jsbin: http://emberjs.jsbin.com/mehabivu/6/edit