middleman/spec/fixtures/sample/views/layout.haml
2009-11-13 12:25:16 -08:00

6 lines
148 B
Plaintext
Executable file

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