mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
6 lines
64 B
Text
6 lines
64 B
Text
|
%html
|
||
|
%head
|
||
|
%title The Middleman!
|
||
|
|
||
|
%body
|
||
|
= yield
|