mirror of https://github.com/calzoneman/sync.git
18 lines
399 B
Plaintext
18 lines
399 B
Plaintext
doctype html
|
|
html(lang="en")
|
|
head
|
|
include head
|
|
mixin head()
|
|
body
|
|
#wrap
|
|
nav.navbar.navbar-inverse.navbar-fixed-top(role="navigation")
|
|
include nav
|
|
mixin navheader()
|
|
#nav-collapsible.collapse.navbar-collapse
|
|
ul.nav.navbar-nav
|
|
mixin navdefaultlinks("/test")
|
|
mixin navloginform("/test")
|
|
|
|
include footer
|
|
mixin footer()
|