Is Possible to Render/Range Each _index.md from Sections?

I want to render/range each Section _index.md’s from each section created. Is it possible?
ex:
content has 5 sections and it has 5x _index.md, then i want to render the index on example.com/sections.

Try

{{ range .Sections }}

{{ end }}
1 Like