!!! %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]
                  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
                / 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 => "http://rabbithutch.herokuapp.com"} rabbithutch.herokuapp.com
        %a.brand{:href => "http://rubydoc.info/gems/rabbithutch/0.1.6/frames"} API Documentation
        %a.brand{:href => "https://github.com/patchapps/rabbit-hutch/"} Code On GitHub

  %header#overview.jumbotron.subhead
    .container
      %h2
        rabbit-hutch web manager
        %h2
  .container
    %br/
    %ul.nav.nav-tabs
      %li.active
        %a{:href => "#"} Overview
      %li
        %a{:href => "/manageconfig"} Manage Configuration Manually
      %li
        %a{:href => "#"} ...
    / 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