<% if (angular) { %>
angular.module "app", [
  require("./home").name
]
<% } %>
