6 lines
No EOL
108 B
Text
6 lines
No EOL
108 B
Text
Hello <%= name %>
|
|
|
|
<% content_for "custom" do |io| %>
|
|
io << "<h1> Hello from otherside </h1>"
|
|
io
|
|
<% end %> |