middleman/middleman-cli/fixtures/preview-server-app/source/layouts/custom.erb

8 lines
102 B
Plaintext
Executable File

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