lib/linner/templates/app/views/index.html in linner-0.4.6 vs lib/linner/templates/app/views/index.html in linner-0.5.0
- old
+ new
@@ -11,12 +11,11 @@
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
- <p>Hello world! This is Linner Boilerplate.</p>
-
<script src="/scripts/vendor.js"></script>
<script src="/scripts/app.js"></script>
+ <script src="/scripts/templates.js"></script>
<script>require("app")()</script>
</body>
</html>