freeCodeCamp/server/views/layout-react.jade

11 lines
245 B
Plaintext
Raw Normal View History

2015-06-29 16:50:25 +00:00
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
2015-07-09 05:53:26 +00:00
script(src='/js/bundle.js')