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

8 lines
102 B
Plaintext
Executable file

<html>
<head>
<title>Custom Layout</title>
</head>
<body>
<%= yield %>
</body>
</html>