Inline Templates: need to use `!=` with Haml 6

Close #1824
This commit is contained in:
Patrik Ragnarsson 2022-10-08 23:13:13 +02:00
parent ceb49f043c
commit 0744f2665b
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ __END__
@@ layout
%html
= yield
!= yield
@@ index
%div.title Hello world.