sync/templates/test.jade

18 lines
371 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("/test")
+navloginform("/test")
include footer
+footer()