So I'm having some trouble getting this figured out and was hoping that one of you would be able to shed some light on it.
I'm trying to create two separate layout templates. The first, for now called default.html, is intended to be the view for all non-application pages; i.e., home, about, pricing, features, etc.
The second, called application.html, is for all of the (surprise) application pages.
I'm having some trouble getting Express/Angular/Node/whatever to use the application.html layout for the appropriate views.
So I'm having some trouble getting this figured out and was hoping that one of you would be able to shed some light on it.
I'm trying to create two separate layout templates. The first, for now called
default.html
, is intended to be the view for all non-application pages; i.e., home, about, pricing, features, etc.The second, called
application.html
, is for all of the (surprise) application pages.I'm having some trouble getting Express/Angular/Node/whatever to use the application.html layout for the appropriate views.