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