freeCodeCamp/server/views/layout.jade

13 lines
302 B
Plaintext
Raw Normal View History

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