Sha256: 2211abacbf4aa7d70d1f30d0b6195a19b8e7b9d91cda28e5eaff929ae79af09a

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

<!DOCTYPE html>
<%%= html_tag :class => "no-js" %>
  <%%= render "head" %>

  <body class="<%%= controller.controller_name %>">
    <%%= render "chromeframe" %>
    <%%= render "header" %>
    <%%= render "flashes" %>

    <%%= yield %>

    <%%= render "footer" %>

    <%%# Javascript at the bottom for fast page loading %>
    <%%= render "javascripts" %>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
html5-rails-0.1.0 lib/generators/html5/layout/templates/application.html.erb