middleman/middleman-core/fixtures/manual-layout/source/layouts/custom.erb
2011-12-29 15:09:51 -08:00

9 lines
141 B
Plaintext

<html>
<head>
<title>My Sample Site</title>
<!-- Custom Comment in layout -->
</head>
<body>
<%= yield %>
</body>
</html>