kemal/spec/asset/hello_with_content_for.ecr

5 lines
89 B
Plaintext

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