middleman/middleman-core/fixtures/clean-app/source/layout.erb

9 lines
134 B
Plaintext
Raw Permalink Normal View History

2011-11-26 01:09:31 +01:00
<html>
<head>
<title>My Sample Site</title>
<!-- Comment in layout -->
</head>
<body>
<%= yield %>
</body>
</html>