Skip to content

Layouts

quantik-git edited this page Feb 4, 2019 · 13 revisions

Layouts:

There are two basic types of layouts basic and basic-sidebar they are defined in the body as a class.

Basic

Atom Prefix:

basic

HTML Code:

<body class="basic">

Example: Basic Template


Basic-sidebar-left

Atom Prefix:

sidebar-left

HTML Code:

<body class="basic-sidebar-left">
...
<aside class="sidebar-left">
  <h2>sidebar</h2>
</aside>

Example: Sidebar-left


Basic-sidebar-right

Atom Prefix:

sidebar-right

HTML Code:

<body class="basic-sidebar-right">
...
<aside class="sidebar-right">
  <h2>sidebar</h2>
</aside>

Example: Sidebar-right

Clone this wiki locally