middleman/spec/fixtures/sample/views/layout.haml
tdreyno cf39b2e2cb Revert "update docs"
This reverts commit 43ac01af5c.
2009-10-26 09:33:38 -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