middleman/middleman-more/fixtures/nested-layout-app/source/layouts/inner.erb
2012-05-24 16:31:21 -07:00

4 lines
60 B
Plaintext

<% wrap_layout :outer do %>
Inner
<%= yield %>
<% end %>