Begin shaping codebase for loopback migration.
This commit is contained in:
11
server/views/layout.jade
Normal file
11
server/views/layout.jade
Normal file
@@ -0,0 +1,11 @@
|
||||
doctype html
|
||||
html(ng-app='profileValidation', lang='en')
|
||||
head
|
||||
include partials/universal-head
|
||||
body.top-and-bottom-margins
|
||||
include partials/css-cdns
|
||||
include partials/navbar
|
||||
.container
|
||||
include partials/flash
|
||||
block content
|
||||
include partials/footer
|
Reference in New Issue
Block a user