kemal/spec/asset/hello_with_content_for.ecr

6 lines
108 B
Text
Raw Normal View History

2016-07-09 15:57:35 +00:00
Hello <%= name %>
<% content_for "custom" do |io| %>
io << "<h1> Hello from otherside </h1>"
io
<% end %>