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