この HAML ファイル (Rails Layout) がある場合
!!! 5
%html
%head
= stylesheet_link_tag 'admin'
%body
%h1 ADMIN TEST
= yield
ページを見ようとすると、次のエラーが表示されます。
Illegal nesting: content can't be both given on the same line as %h1 and nested within it.
何を与える?(エラーはyield
行に示されています)。