# Layouts

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/9WDB1JS3DbDKpgahVHVC/blobs/GOjjRW7w0To3lzkIbmNj/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/9WDB1JS3DbDKpgahVHVC/blobs/wyctgjCTkVSumJL0b8uB/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/9WDB1JS3DbDKpgahVHVC/blobs/xuwIZ0cf48j8JEnRXJRc/SimpleLayout_Header.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/9WDB1JS3DbDKpgahVHVC/blobs/uyjhlB6CPJKPgEmaiWlf/SimpleLayout_Footer.png" alt=""><figcaption></figcaption></figure>
