samedi 21 mars 2015

Wrapping ember.js body content in div

I'm trying to wrap the contents of my whole SPA ember.js page in a div with a special class ('container').


I've tried moving the handlebars into the new div as such, but it doesn't take effect on the outputted page.



<div class="container">
{{content-for 'body'}}
{{content-for 'body-footer'}}
</div>


Any ideas?





Aucun commentaire:

Enregistrer un commentaire