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

5 lines
50 B
Plaintext
Raw Normal View History

<html>
<body>
<%= yield %>
</body>
</html>