kemal/spec/asset/hello_with_content_for.ecr

5 lines
82 B
Plaintext
Raw Normal View History

2016-07-09 15:57:35 +00:00
Hello <%= name %>
<% content_for "meta" do %>
<title>Kemal Spec</title>
2016-07-09 15:57:35 +00:00
<% end %>