spoonjs
Version:
SpoonJS CLI tool
31 lines (30 loc) • 810 B
HTML
{{html_first}}
<html>
{{html_last}}
<head>
{{head_first}}
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{page_title}}</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width">
<script src="/dev/bower_components/requirejs/require.js"></script>
{{head}}
{{head_last}}
</head>
<body>
{{body_first}}
{{body_before_bootstrap}}
<script>
require({ urlArgs: 'bust=' + (+new Date()) });
require(['/dev/app/loader.js'], function () {
require(['../app/bootstrap']);
});
</script>
{{body_after_bootstrap}}
{{body}}
{{body_last}}
</body>
</html>