!!! 5 %html %head %meta{:charset => "utf-8"} %title Kthxbye. %link{:href => "#{url 'style.css'}", :media => "screen", :rel => "stylesheet", :type => "text/css"} %link{:href => "#{url 'awesome-buttons.css'}", :media => "screen", :rel => "stylesheet", :type => "text/css"} %script{:src => "#{url 'jquery.js'}", :type => "text/javascript"} %script{:src => "#{url 'application.js'}", :type => "text/javascript"} %body #header #nav #tab_block - tabs.each do |name| = tab name - if @sub_tabs #sub_nav - @sub_tabs.each do |name| %a{:href => "/stats/#{name}", :class => "sub_nav_link"}<> = name #content = yield #footer %p Made possible by: %a{:href => "https://github.com/plukevdh/kthxbye"}Kthxbye. %span{:style => "padding-left:10px; padding-right:10px"} | Running v.#{Kthxbye::Version}