CyTube/templates/test.jade
2013-12-12 14:48:23 -06:00

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