Files
freeCodeCamp/api-server/server/views/layout.jade

13 lines
304 B
Plaintext
Raw Normal View History

2014-01-03 04:47:31 -05:00
doctype html
2015-12-04 18:24:09 -08:00
html(lang='en')
head
2015-09-09 23:05:58 -07:00
include partials/meta
include partials/stylesheets
body.main-container(class=theme !== 'default' ? theme : '')
2015-09-09 23:05:58 -07:00
include partials/scripts
include partials/navbar
2016-04-14 19:49:19 -07:00
include partials/flash
.container
block content
2015-01-17 14:16:29 -08:00
include partials/footer