2015-06-29 09:50:25 -07:00
|
|
|
doctype html
|
2015-10-30 12:55:13 -07:00
|
|
|
html(lang='en')
|
2015-06-29 09:50:25 -07:00
|
|
|
head
|
2015-07-29 10:16:48 -07:00
|
|
|
if title
|
|
|
|
title= title
|
|
|
|
else
|
2015-10-30 12:55:13 -07:00
|
|
|
title Free Code Camp
|
|
|
|
include partials/react-stylesheets
|
2015-07-21 15:22:10 -07:00
|
|
|
body.top-and-bottom-margins(style='overflow: hidden')
|
2015-06-29 09:50:25 -07:00
|
|
|
.container
|
|
|
|
#fcc!= markup
|
|
|
|
script!= state
|
2015-08-28 15:54:40 -07:00
|
|
|
script(src=rev('/js', 'bundle.js'))
|