2015-01-26 11:02:22 -08:00
|
|
|
doctype html
|
|
|
|
html(ng-app='profileValidation', lang='en')
|
|
|
|
head
|
2015-02-21 14:49:24 -08:00
|
|
|
include partials/universal-head
|
2015-03-07 01:37:41 -08:00
|
|
|
!= css('main')
|
2015-01-26 11:02:22 -08:00
|
|
|
|
2015-01-27 15:05:51 -08:00
|
|
|
body.no-top-and-bottom-margins.full-screen-body-background
|
2015-03-07 00:36:17 -08:00
|
|
|
include partials/css-cdns
|
2015-02-10 15:24:14 -08:00
|
|
|
include partials/navbar-wide
|
2015-01-26 11:02:22 -08:00
|
|
|
include partials/flash
|
|
|
|
block content
|
|
|
|
include partials/footer
|
2015-02-21 14:49:24 -08:00
|
|
|
!= js('application')
|