I have content that I've structured as follows in the content section in umbraco:
Items under the content node that have a folder icon are Content Pages. A content page can have another content page as a child or a content section which are the items with doc with image icon.
I have a settings section that I've structured as follows:
Each SectionDocumentType has a limited number of available templates the user can select
What I'd like to do is to render Sections as rows of data in a content page while ignoring child content pages.
I'd like each section "row" to display template and all.
I'm new to XSLT so I'm wondering how could I do this?
Thanks for your help!