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

5 lines
57 B
Plaintext
Raw Normal View History

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