middleman/fixtures/manual-layout-override/source/layouts/custom.erb
2011-11-25 16:09:31 -08:00

9 lines
141 B
Plaintext

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