mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
fix content_for failing to capture the correct block input (#639)
This commit is contained in:
parent
d53d253620
commit
317d086b4c
5 changed files with 20 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
Hello <%= name %>
|
||||
|
||||
<% content_for "custom" do %>
|
||||
<h1>Hello from otherside</h1>
|
||||
<% content_for "meta" do %>
|
||||
<title>Kemal Spec</title>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue