middleman/spec/fixtures/sample/views/layout.haml
2009-07-27 16:25:32 -07:00

6 lines
148 B
Plaintext

%html
%head
%link{ :href => "/stylesheets/site.css", :rel => "stylesheet", :type => "text/css" }
%title My Sample Site
%body
= yield