freeCodeCamp/server/views/layout-react.jade

15 lines
360 B
Plaintext
Raw Normal View History

2015-06-29 16:50:25 +00:00
doctype html
html(ng-app='profileValidation', lang='en')
head
if title
title= title
else
title redirecting to | Free Code Camp
2015-07-09 06:04:46 +00:00
include partials/small-head
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
include partials/flash
#fcc!= markup
script!= state
script(src=rev('/js', 'bundle.js'))