UNPKG

generator-steroids

Version:
29 lines (22 loc) 929 B
<!DOCTYPE html> <html> <head> <meta charset="utf8"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <title><%= yield.viewName %></title> <link rel="stylesheet" href="/components/supersonic/css/supersonic.css" /> <link rel="stylesheet" href="/app/common/stylesheets/application.css" /> <link rel="import" href="/components/supersonic/components/import.html"> <script src="http://localhost/cordova.js"></script> <script src="/components/steroids-js/steroids.js"></script> <script src="/components/angular/angular.js"></script> <script src="/components/supersonic/supersonic.js"></script> <script src="/components/webcomponentsjs/webcomponents.js"></script> <% _.each(yield.modules, function(module) { %> <script src="/app/<%= module %>.js"></script> <% }); %> </head> <body ng-app="<%= yield.moduleName %>" class="content"> <%= yield.view %> </body> </html>