5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
<% wrap_layout :outer do %>
|
|
Inner
|
|
<%= yield %>
|
|
<% end %>
|