kemal/spec/asset/hello_with_content_for.ecr

5 lines
89 B
Plaintext
Raw Normal View History

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