Header and footer partial templates

Currently I am using .hbs files for my templates but I was wondering in a Ember application I have application.hbs header.hbs footer.hbs

How come when I do this the application breaks is there anything i am missing

{{partial “header”}} {{outlet}} {{partial “footer”}}

I figured it out. Forgot to require the template in initialize.coffee

:sparkles: :heart: :sparkles: