!!! %html

%head
  %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}
  %meta{:content => "width=device-width,initial-scale=1.0", :name => "viewport"}
  %link{:href => "http://fonts.googleapis.com/css?family=Ubuntu", :rel => "stylesheet", :type => "text/css"}
  %title Delayed Job Dashboard
  :css
    body {
      font-family: 'Ubuntu', serif;
    }
%body
  #main
    = yield

  %script{src: "bundle.js", type: "text/javascript"}