mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 11:42:04 +00:00
17 lines
364 B
Text
17 lines
364 B
Text
|
|
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()
|