!!!
%html
%head
%title FnordMetric
%script{:src => "/vendor/jquery-1.6.2.min.js", :type => "text/javascript"}
%script{:src => "/fnordmetric-ui.js", :type => "text/javascript"}
%link{:href => "/fnordmetric-ui.css", :rel => "stylesheet", :type => "text/css"}
%script{:src => "/fnordmetric-core.js", :type => "text/javascript"}
%link{:href => "/fnordmetric-core.css", :rel => "stylesheet", :type => "text/css"}
%body
#app.clearfix(style="overflow:hidden;")
#preload
%img(src="/img/loader_white.gif")
:javascript
$(document).ready(function(){
FnordMetric.init(#{current_namespace.to_json});
});