505ca7e55a4044e285e62c3589bd86352978c8fb
[APKPM.git] / templates / layouts / angular.html.ep
1 <!doctype html>
2 <html xmlns:ng="http://angularjs.org">
3  <head>
4   <title><%= title %></title>
5   <script src="http://code.angularjs.org/angular-0.9.12.min.js" ng:autobind></script>
6  </head>
7  <body><%= content %></body>
8 </html>