middleman/middleman-core/fixtures/i18n-test-app/source/layout.erb
2013-05-09 14:41:26 -07:00

8 lines
106 B
Plaintext

<html>
<head>
<%= stylesheet_link_tag :site %>
</head>
<body>
<%= yield %>
</body>
</html>