| 123456789101112131415161718192021 | 
							- <!doctype html>
 - <html lang="en" ng-app="luticate">
 - <head>
 -     <base href="/luticate/">
 -     <meta charset="utf-8">
 -     <title>Luticate Back Office</title>
 - 
 -     <link rel="stylesheet" href="css/css.css">
 - 
 - 
 - 
 -     <script src="app.js"></script>
 - </head>
 - <body lu-busy="body">
 - 
 - <ng-include src="'views/navbar.html'"></ng-include>
 - <div ui-view></div>
 - <ng-include src="'views/footer.html'"></ng-include>
 - 
 - </body>
 - </html>
 
 
  |