--- html5-boilerplate/index.html 2011-09-24 10:26:27.000000000 +0200
+++ lib/generators/boilerplate/install/templates/index.html 2011-09-24 10:27:21.000000000 +0200
@@ -12,7 +12,7 @@
More info: h5bp.com/b/378 -->
-
+ <%= application_name %>
@@ -21,38 +21,22 @@
-
-
+ <%%= stylesheet_link_tag "application" %>
+ <%%= csrf_meta_tags %>
+
-
+ <%%= javascript_include_tag "modernizr" %>
-
-
-
-
-
-
+ <%%= yield %>
-
-
-
-
-
-
-
-
-
+ <%%= javascript_include_tag "application" %>