2015-02-26 09:45:32 -05:00
|
|
|
nav.side-nav.l-pinned-left.l-layer-4.l-offset-nav
|
|
|
|
.side-nav-search
|
2015-02-27 00:30:02 -05:00
|
|
|
input(type="search" placeholder="SEARCH DOCS...")
|
2015-02-26 09:45:32 -05:00
|
|
|
|
2015-02-27 10:17:29 -05:00
|
|
|
|
2015-02-26 09:45:32 -05:00
|
|
|
ul.side-nav-primary
|
2015-02-27 10:17:29 -05:00
|
|
|
for page, slug in public.docs[current.path[1]][current.path[2]]._data
|
|
|
|
li <a href="/docs/#{current.path[1]}/#{current.path[2]}/#{slug}.html">#{page.title}</a>
|