freeCodeCamp/server/views/layout-wide.jade

17 lines
479 B
Plaintext
Raw Normal View History

doctype html
2015-12-05 02:24:09 +00:00
html(lang='en')
head
2015-09-10 06:05:58 +00:00
include partials/meta
include partials/stylesheets
if showAside
body.map-aside-body(class=theme !== 'default' ? theme : '')
include partials/scripts
block content
else
body.no-top-and-bottom-margins(class=theme !== 'default' ? theme : '')
include partials/scripts
include partials/navbar
include partials/flash
block content
include partials/footer