Files
freeCodeCamp/server/views/layout-react.jade
Berkeley Martinez c82b2e3ae6 set and render page title
note this requires changes to thundercats to work
see: thundercatsjs/thundercats-react/issues/3
2015-07-29 10:18:06 -07:00

15 lines
352 B
Plaintext

doctype html
html(ng-app='profileValidation', lang='en')
head
if title
title= title
else
title redirecting to | Free Code Camp
include partials/small-head
body.top-and-bottom-margins(style='overflow: hidden')
.container
include partials/flash
#fcc!= markup
script!= state
script(src='/js/bundle.js')