generator-capybara
Version:
Yeoman generator for front-end with Atomic Design + Stylus + Webpack + Rupture + Kouto-Swiss + Jeet + ES6 + BrowserSync.
18 lines (16 loc) • 393 B
HTML
<html>
<head>
<meta charset="utf-8">
<title><% title %></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
</head>
<body<% if (framework != 'blank'){%> ng-app="app"<% }%>>
<% if (framework != 'blank'){%>
<app>Loading...</app>
<% } else {%>
<h1>Hello Capy =)</h1>
<% } %>
</body>
</html>