I then have a template called general information which inherits from my master. As I have about 30 general pages and about 5 variations I wanted to create a sub template but when I try and use the content are I get and error
Only Content controls are allowed directly in a content page that contains Content controls.
I have tried to create a new contentplaceholder called sidebar2 but get the same error. Does umbraco just allow i level of inheritance?
inheriting down 2 levels
Hi,
I have a content area in my master template called sidebar
<asp:ContentPlaceHolder Id="sidebar" runat="server"> </asp:ContentPlaceHolder>
I then have a template called general information which inherits from my master. As I have about 30 general pages and about 5 variations I wanted to create a sub template but when I try and use the content are I get and error
Only Content controls are allowed directly in a content page that contains Content controls.
I have tried to create a new contentplaceholder called sidebar2 but get the same error. Does umbraco just allow i level of inheritance?
is working on a reply...