Files
freeCodeCamp/server/views/layout.jade
Quincy Larson b6fc2551d9 Merge branch 'interview' into staging
Conflicts:
	app.js
	controllers/challenge.js
	seed/future-jquery-ajax-json.json
2015-06-14 01:02:39 -07:00

11 lines
250 B
Plaintext

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