Files
freeCodeCamp/server/views/layout-react.jade
Berkeley Martinez ac35b4bf73 fix some typo's
2015-07-23 15:49:03 -07:00

11 lines
245 B
Plaintext

doctype html
html(ng-app='profileValidation', lang='en')
head
include partials/universal-head
body.top-and-bottom-margins
.container
include partials/flash
#fcc!= markup
script!= state
script(src='/js/bundle.js')