Files
freeCodeCamp/server/views/layout-wide.jade
2015-06-01 18:30:43 -04:00

11 lines
292 B
Plaintext

doctype html
html(ng-app='profileValidation', lang='en')
head
include partials/universal-head
body.no-top-and-bottom-margins.full-screen-body-background
include partials/css-cdns
include partials/navbar
include partials/flash
block content
include partials/footer