@belgoros wrote:
I’m refactoring the app and have some nested templates. The problem is that nothing is displayed, the page is empty, the routes seem to load data as needed and the transition stack trace displays no errors.
Initially, the main page HTML content was defined in the
application.hbs
template. Now, I have the following structure of templates:and the routes:
The
application.hbs
template has just{{outlet}}
. Thetemplates/shops.hbs
has the HTML code that was previously in theapplication.hbs
template. Thetemplates/shops/shop.hbs
also has just{{outlet}}
.What am I missing?
Posts: 1
Participants: 1