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
|
2016-07-28 23:28:59 -07:00
|
|
|
body.container.react-layout(style='overflow: hidden')
|
2016-03-05 21:06:04 -08:00
|
|
|
#fcc!= markup
|
2015-06-29 09:50:25 -07:00
|
|
|
script!= state
|
2016-05-31 14:32:26 -07:00
|
|
|
script.
|
|
|
|
window.webpackManifest = !{JSON.stringify(chunkManifest || {})};
|
2016-03-05 21:06:04 -08:00
|
|
|
script(src=rev('/js', 'vendor-challenges.js'))
|
2016-09-27 10:57:56 -07:00
|
|
|
script(src=rev('/js', 'bundle.js'))
|