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.

(source: flickr.com)
I have a settings section that I’ve structured as follows:
Each SectionDocumentType has a limited number of available templates the user can select

(source: flickr.com)
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!
I figured this out.
Here is the xslt:
Also I had to add this line to my content section
<umbraco:DisableRequestValidation runat="server"/>in my content section templates.Here is how you use it in your page template.