!!! 5 %html %head %title="#{title} - #{subtitle}" %meta{:'http-equiv' => 'Content-Type', :content => 'text/html; charset=utf-8'} %link{:rel => 'stylesheet', :href => '/stylesheet.css', :type => 'text/css'} %script{:src => domain('/public/javascript/head.min.js')} %link{:rel => 'alternate', :type => 'application/atom+xml', :href => domain('/atom.xml'), :title => 'Atom 1.0'} %body #wrapper %header#header %h1 %a{:href => domain} %img{:src => domain("/public/images/zero-knowledge.png"), :alt => title} %img{:style => "float:right", :src => domain("/public/images/blub.png"), :alt => "Logo"} #content =yield %footer#footer %p="Design and Content © 2011 by Gibheer and Stormwind" :javascript head.js( 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js', '/public/app.js' )