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

6 lines
148 B
Plaintext
Raw Normal View History

2009-07-28 01:25:32 +02:00
%html
%head
%link{ :href => "/stylesheets/site.css", :rel => "stylesheet", :type => "text/css" }
%title My Sample Site
%body
= yield