4 lines
60 B
Plaintext
4 lines
60 B
Plaintext
|
<% wrap_layout :outer do %>
|
||
|
Inner
|
||
|
<%= yield %>
|
||
|
<% end %>
|