mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
9 lines
134 B
Text
9 lines
134 B
Text
|
<html>
|
||
|
<head>
|
||
|
<title>My Sample Site</title>
|
||
|
<!-- Comment in layout -->
|
||
|
</head>
|
||
|
<body>
|
||
|
<%= yield %>
|
||
|
</body>
|
||
|
</html>
|