mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
6 lines
No EOL
148 B
Text
6 lines
No EOL
148 B
Text
%html
|
|
%head
|
|
%link{ :href => "/stylesheets/site.css", :rel => "stylesheet", :type => "text/css" }
|
|
%title My Sample Site
|
|
%body
|
|
= yield |