So I want to use the nested sections feature but I don’t know if it possible to do what I want with it. I want to use one template for the main _index.md and another for the nested sections _index.md. Is this possible at the moment?
|content\
|-section1\
|--subsection1\
|---_index.md <- rendered by one section template
|---sub1.md
|---sub2.md
|--_index.md <- rendered by another section template
|--other.md
Is this possible or should I just cut my losses and restructure the site?
I will add that this will be possible at some point, but I did not want to add some half-baked solution before I saw nested sections used in the wild. At the very least we will support the layout = somelayout in front matter for sections pretty soon …