2015-06-29 09:50:25 -07:00
|
|
|
doctype html
|
|
|
|
html(ng-app='profileValidation', lang='en')
|
|
|
|
head
|
2015-07-29 10:16:48 -07:00
|
|
|
if title
|
|
|
|
title= title
|
|
|
|
else
|
|
|
|
title redirecting to | Free Code Camp
|
2015-07-08 23:04:46 -07:00
|
|
|
include partials/small-head
|
2015-07-21 15:22:10 -07:00
|
|
|
body.top-and-bottom-margins(style='overflow: hidden')
|
2015-06-29 09:50:25 -07:00
|
|
|
.container
|
|
|
|
include partials/flash
|
|
|
|
#fcc!= markup
|
|
|
|
script!= state
|
2015-08-28 15:54:40 -07:00
|
|
|
script(src=rev('/js', 'bundle.js'))
|