diff -r ded3cf22eef8 -r 76ae75975ee2 cms/app-client/app/index.html --- a/cms/app-client/app/index.html Sun Apr 24 22:38:10 2016 +0200 +++ b/cms/app-client/app/index.html Mon Apr 25 12:53:47 2016 +0200 @@ -7,14 +7,14 @@ - {{content-for 'head'}} + {{content-for "head"}} - {{content-for 'head-footer'}} + {{content-for "head-footer"}}
@@ -29,8 +29,8 @@
+ {{content-for "body"}} - {{content-for 'body'}}
@@ -44,6 +44,6 @@ }) - {{content-for 'body-footer'}} + {{content-for "body-footer"}}