> For the complete documentation index, see [llms.txt](https://lorvent.gitbook.io/rare/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lorvent.gitbook.io/rare/html/html-structure/left-side-menu.md).

# Left Side Menu

It has the following design:

![](https://2584671515-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4TuOJwf99HMPS1ygqn%2F-M4TuT62SoA3qHZ1oRMw%2F-M4TuVR70-bHyxRL6B7k%2Fleft-menu.png?generation=1586435337847458\&alt=media)

The Side Bar has the following structure :

```
<!-- Start Left side menu -->
    <div class="left_aside">

        <!-- sidebar: style can be found in sidebar-->
            <div class="sidebar">

                <!--user profile section-->
                <div class="user_section">
                <!--user profile content-->
            </div>
        <!--user profile section-->


        <!--Start Left menu links-->

            <div id="menu" role="navigation">
                <ul class="navigation">

                </ul>
            </div>

        <!--End Left menu links-->

        </div>
        <!-- sidebar: style can be found in sidebar-->
</div>
<!-- End of Left side menu -->
```
