Files
freeCodeCamp/server/views/layout.jade

13 lines
302 B
Plaintext
Raw Normal View History

2014-01-03 04:47:31 -05:00
doctype html
html(ng-app='profileValidation', lang='en')
head
2015-09-09 23:05:58 -07:00
include partials/meta
include partials/stylesheets
body.top-and-bottom-margins
2015-09-09 23:05:58 -07:00
include partials/scripts
include partials/navbar
.container
include partials/flash
block content
2015-01-17 14:16:29 -08:00
include partials/footer