Sha256: 55caf81f3fb32a475caaf74b2b328ddbd0c57d303cd83a89fa50db7ec0ed93d1

Contents?: true

Size: 717 Bytes

Versions: 2

Compression:

Stored size: 717 Bytes

Contents

doctype html
/ http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither

/! paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
/[ if lt IE 7 ]
  html class="no-js ie6" lang="en"
/[ if IE 7 ]
  html class="no-js ie7" lang="en"
/[ if IE 8 ]
  html class="no-js ie8" lang="en"
| <!--[if (gte IE 9)|!(IE)]<!-->
   <html class="no-js" lang="en"> <!--<![endif]-->

head
  == render "head"

body class=controller.controller_name
  #container
    header#header
      == render "header"
      
    #main role='main'
      == render "flashes"
      == yield
    footer#footer
      == render "footer"
      
  / Javascript at the bottom for fast page loading
  == render "javascripts"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
html5-slim-rails-0.0.2 lib/generators/html5/install/templates/views/layouts/application.html.slim
html5-slim-rails-0.0.1 lib/generators/html5/install/templates/views/layouts/application.html.slim