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-03-05 21:06:04 -08:00
|
|
|
body.no-top-and-bottom-margins(style='overflow: hidden')
|
|
|
|
#fcc!= markup
|
2015-06-29 09:50:25 -07:00
|
|
|
script!= state
|
2016-03-05 21:06:04 -08:00
|
|
|
script(src=rev('/js', 'vendor-challenges.js'))
|
2016-03-14 17:22:56 -07:00
|
|
|
script(src=getBundleLocation())
|