middleman/middleman-core/fixtures/nested-layout-app/source/layouts/outer.erb

5 lines
58 B
Plaintext
Raw Normal View History

2011-12-22 09:42:14 +01:00
<% wrap_layout :master do %>
Outer
<%= yield %>
<% end %>