!!!
%html
%head
%meta{:charset => "utf-8"}
/ Always force latest IE rendering engine (even in intranet) and Chrome Frame
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}
%title Swagger API Explorer
%link{:href => "http://fonts.googleapis.com/css?family=Droid+Sans:400,700", :rel => "stylesheet", :type => "text/css"}
%link{:href => "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/themes/smoothness/jquery-ui.css", :media => "screen", :rel => "stylesheet", :type => "text/css"}
%link{:href => "stylesheets/screen.css", :media => "screen", :rel => "stylesheet", :type => "text/css"}
%script{:src => "javascripts/app.js", :type => "text/javascript"}
%script{:src => "javascripts/swagger-service.js", :type => "text/javascript"}
%script{:src => "javascripts/swagger-ui.js", :type => "text/javascript"}
%body
= yield
%p#colophon
Sexy API documentation from
= link_to("Swagger", "http://swagger.wordnik.com") + "."