freeCodeCamp/server/views/layout-react.jade

14 lines
293 B
Plaintext
Raw Normal View History

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