kemal/spec/asset/hello_with_content_for.ecr
Sdogruyol 73d6123f3d WIP
2016-07-09 18:57:35 +03:00

6 lines
No EOL
108 B
Text

Hello <%= name %>
<% content_for "custom" do |io| %>
io << "<h1> Hello from otherside </h1>"
io
<% end %>