Without {{outlet}} helper, my template is being rendered through application template. Is this feasible as I have read that template would be rendered through {{outlet}}.
Are you sure you have an application.hbs
file or equivalent, and that it does not have an {{outlet}}
?
If Ember is generating the template for you — you don’t have an application.hbs
file — that generated template including an {{outlet}}
by default.