sync/templates/index.jade

17 lines
364 B
Plaintext
Raw Normal View History

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()