!!! %head

%title Teatime

- js_files.each do |js_file|
  %script{:type => "text/javascript", :src  => js_file}

- css_files.each do |css_file|
  %link{:rel => "stylesheet", :type => "text/css", :href => css_file}

:css
  #footer {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    color: #888;
    margin: 8px;
  }

  #footer a {
    color: #00d6b2;
    text-decoration: none;
  }

%body{:onload => 'mocha.run();'}

#mocha

#footer
  %a{:href => '#'} 
    %strong Teatime
  = "- combining the best js testing approaches. Brought to you by"
  %a{:href => 'http://www.featurefabrik.com/'} featurefabrik