1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-core/fixtures/nested-layout-app/source/layouts/outer.erb

4 lines
61 B
Text
Raw Normal View History

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