layout.haml 386 B

12345678910
  1. %html
  2. %head
  3. %title tBrowsr
  4. %meta{'http-equiv' => 'content-type', :content => 'text/html; charset=utf-8'}
  5. %link{:rel => :stylesheet, :href => "/css/bootstrap.min.css", :type => "text/css"}
  6. %script{:type => 'text/javascript', :src => '/js/bootstrap.min.js'}
  7. %script{:type => 'text/javascript', :src => '/js/jquery.min.js'}
  8. %body
  9. .container
  10. = yield