# Page with nested Sections

**URL:** https://forum.getkirby.com/t/page-with-nested-sections/20375
**Category:** Questions
**Created:** [December 14, 2020, 6:23pm UTC](https://forum.getkirby.com/t/page-with-nested-sections/20375 "2020-12-14T18:23:14Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![casly](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/casly/32/10641_2.png) [@casly](https://forum.getkirby.com/u/casly)
#### Post date: [December 14, 2020, 6:23pm UTC](https://forum.getkirby.com/t/page-with-nested-sections/20375/1 "2020-12-14T18:23:14Z")

</div>

Hi all, I tried to split a page into several sections like in this example.

> **[One pager](https://getkirby.com/docs/reference/panel/samples/one-pager)**
>
> Just keep scrolling

However, I don’t really know how the folder structure for the blueprints and templates for the parts should be

thank you in advance

---

<div class="post-metadata">

### Author: ![texnixe](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/texnixe/32/5754_2.png) [@texnixe](https://forum.getkirby.com/u/texnixe)
#### Post date: [December 14, 2020, 6:26pm UTC](https://forum.getkirby.com/t/page-with-nested-sections/20375/2 "2020-12-14T18:26:42Z")

</div>

Hm, all templates go into the `/site/templates` folder, snippets into `/site/snippets` and the page blueprints into `/site/blueprints/pages`. That is independent of whether you create a one pager type website or any other type of website or whether they are nested or not.

For a true one-pager, you only have one template and a set of snippets for each section in your template.

---

<div class="post-metadata">

### Author: ![casly](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/casly/32/10641_2.png) [@casly](https://forum.getkirby.com/u/casly)
#### Post date: [December 14, 2020, 7:42pm UTC](https://forum.getkirby.com/t/page-with-nested-sections/20375/3 "2020-12-14T19:42:06Z")

</div>

I see, thank you!
