> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/berry/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codedthemes.gitbook.io/berry/theme/layouts.md).

# Layouts

Different layouts in Berry

Berry has multiple layouts in code. You can use as per your need.

* **MainLayout** - This is the layout after you login. Admin panel is a part of MainLayout.

<figure><img src="https://content.gitbook.com/content/laBteOaCHlwdp4KymCK3/blobs/vae3ikLQcy7cGVn9gKhN/MainLayout.png" alt=""><figcaption></figcaption></figure>

* **MininalLayout** - It is simple layout with just Routing inside. Login, register pages as build using MinimalLayout

<figure><img src="https://content.gitbook.com/content/laBteOaCHlwdp4KymCK3/blobs/YVRRpzUwbx2Jce20AILN/MinimalLayout.png" alt=""><figcaption></figcaption></figure>

* **Simple layout** - It is very basic layout where you can have Header and footer with other content. You can refer landing page for same.

<figure><img src="https://content.gitbook.com/content/laBteOaCHlwdp4KymCK3/blobs/N1qV6BpDe9fKBCyg6gmZ/SimpleLayout_Header.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/laBteOaCHlwdp4KymCK3/blobs/x1ymbeMerZJ6xpnftqdS/SimpleLayout_Footer.png" alt=""><figcaption></figcaption></figure>
