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