!!!
%html{:lang => "en"}
%head
%meta{:charset => "utf-8"}
%title rabbit-hutch, from patchApps
%meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}
%meta{:content => "A ruby service that listens to trace information for RabbitMQ", :name => "description"}
%meta{:content => "John Ryan", :name => "author"}
/ Le styles
%link{:href => "../assets/css/bootstrap.css", :rel => "stylesheet"}
%link{:href => "../assets/css/main.css", :rel => "stylesheet"}
:css
body {
padding-top: 30px;
padding-bottom: 20px;
}
%link{:href => "../assets/css/bootstrap-responsive.css", :rel => "stylesheet"}
/ HTML5 shim, for IE6-8 support of HTML5 elements
/[if lt IE 9]
/ Fav and touch icons
%link{:href => "../assets/ico/apple-touch-icon-144-precomposed.png", :rel => "apple-touch-icon-precomposed", :sizes => "144x144"}
%link{:href => "../assets/ico/apple-touch-icon-114-precomposed.png", :rel => "apple-touch-icon-precomposed", :sizes => "114x114"}
%link{:href => "../assets/ico/apple-touch-icon-72-precomposed.png", :rel => "apple-touch-icon-precomposed", :sizes => "72x72"}
%link{:href => "../assets/ico/apple-touch-icon-57-precomposed.png", :rel => "apple-touch-icon-precomposed"}
%link{:href => "../assets/ico/favicon.png", :rel => "shortcut icon"}
%body
.navbar.navbar-inverse.navbar-fixed-top{:style => "height=30px"}
.navbar-inner
.container
%a.btn.btn-navbar{"data-target" => ".nav-collapse", "data-toggle" => "collapse"}
%span.icon-bar
%span.icon-bar
%span.icon-bar
%a.brand{:href => "#"} patchApps.com
%header#overview.jumbotron.subhead
.container
%h2
rabbit-hutch web manager
%h2
.container
/ Main hero unit for a primary marketing message or call to action
.row
.span12
= yield
%hr
%footer
%p © patchApps.com 2012
/ /container
/
Le javascript
\==================================================
/ Placed at the end of the document so the pages load faster
%script{:src => "../assets/js/jquery.js"}
%script{:src => "../assets/js/bootstrap-transition.js"}
%script{:src => "../assets/js/bootstrap-alert.js"}
%script{:src => "../assets/js/bootstrap-modal.js"}
%script{:src => "../assets/js/bootstrap-dropdown.js"}
%script{:src => "../assets/js/bootstrap-scrollspy.js"}
%script{:src => "../assets/js/bootstrap-tab.js"}
%script{:src => "../assets/js/bootstrap-tooltip.js"}
%script{:src => "../assets/js/bootstrap-popover.js"}
%script{:src => "../assets/js/bootstrap-button.js"}
%script{:src => "../assets/js/bootstrap-collapse.js"}
%script{:src => "../assets/js/bootstrap-carousel.js"}
%script{:src => "../assets/js/bootstrap-typeahead.js"}