middleman/middleman-core/fixtures/clean-app/source/layout.erb
2011-12-29 15:09:51 -08:00

9 lines
134 B
Plaintext

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