mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 11:42:04 +00:00
16 lines
392 B
Text
16 lines
392 B
Text
doctype html
|
|
html(lang="en")
|
|
head
|
|
include head
|
|
mixin head()
|
|
body
|
|
#wrap
|
|
nav.navbar.navbar-inverse.navbar-fixed-top(role="navigation")
|
|
include nav
|
|
mixin navheader()
|
|
#nav-collapsible.collapse.navbar-collapse
|
|
ul.nav.navbar-nav
|
|
mixin navdefaultlinks("/")
|
|
mixin navloginlogout("/")
|
|
include footer
|
|
mixin footer()
|