s6-gen/templates/layout.haml

12 lines
412 B
Plaintext
Raw Normal View History

2010-05-20 15:40:16 +00:00
%html
%head
%title= @title
%meta{:name => :author, :content => @author}
%link{:rel => :stylesheet, :href => 'style.css', :type => 'text/css', :media => :screen}
%link{:rel => :stylesheet, :href => 's6/shared/outline.css', :type => 'text/css', :media => :screen}
%link{:rel => :stylesheet, :href => 's6/shared/print.css', :type => 'text/css', :media => :print}
%body
whoa
= yield