layout

The layout of page should be correct. Every page should have a .page container, and put contents in .content container.

Here is the basic layout of a page:

{% highlight html %}

Title

content here

Here is a side panel

close

{% endhighlight %}

Ever page should have a .page container.