mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
8 lines
No EOL
102 B
Text
Executable file
8 lines
No EOL
102 B
Text
Executable file
<html>
|
|
<head>
|
|
<title>Custom Layout</title>
|
|
</head>
|
|
<body>
|
|
<%= yield %>
|
|
</body>
|
|
</html> |