middleman/lib/middleman/template/views/layout.haml
2009-11-03 12:34:57 -08:00

9 lines
165 B
Plaintext

%html
%head
// Comment in layout
= stylesheet_link_tag "site.css"
= yield_content :head
%body{ :class => page_classes }
#frame
= yield