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

4 lines
61 B
Text
Raw Normal View History

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