Files
freeCodeCamp/server/views/layout-wide.jade
Justin Richardsson 5fdc961587 Night Mode + CSS Additions (#7929)
* Night Mode and More Hotkeys

* Nightmode CSS adjustments

* Removed Redundant Line

* Wrapped JSON.parse statements in a try catch block
2016-04-08 15:13:41 -07:00

17 lines
389 B
Plaintext

doctype html
html(lang='en')
head
include partials/meta
include partials/stylesheets
if showAside
body.map-aside-body
include partials/scripts
block content
else
body.no-top-and-bottom-margins
include partials/scripts
include partials/navbar
include partials/flash
block content
include partials/footer