middleman/middleman-core/fixtures/custom-layout-app/source/layout.str

9 lines
130 B
Plaintext
Raw Normal View History

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