middleman/middleman-core/fixtures/clean-app/source/layouts/custom.erb

8 lines
102 B
Plaintext
Raw Normal View History

2011-11-26 01:09:31 +01:00
<html>
<head>
<title>Custom Layout</title>
2011-11-26 01:09:31 +01:00
</head>
<body>
<%= yield %>
</body>
</html>