middleman/spec/fixtures/sample/views/layout.haml

6 lines
148 B
Plaintext
Raw Normal View History

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