middleman/middleman-more/fixtures/i18n-test-app/source/layout.erb
2012-09-02 10:04:43 -07:00

8 lines
106 B
Plaintext

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