--- layout: page title: Page layout permalink: /page-layout.html icon: fa-file-o order: 10 ---
The setup for the admin is the page layout, lets examine.
This is the framework for the page. It sets up the menu bar and the main content. I just added a container on the main content so it wont go wider than a bootstrap container.
{% highlight html %}{% include_relative page-layout.html %}{% endhighlight %}An example for a sidebar, it has a couple of examples, a media object i juse for my user image. A default sidebar link and an open and closed sidebar menu.
{% highlight html %}{% include_relative page-sidebar.html %}{% endhighlight %}