Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Haml でいくつかの単純な入れ子の方法を読んだことがありますが、入れ子が複雑になると、非常に迷ってしまいます。
このようなものをhamlで書きたいのですが、失敗し続けています
<p><div id="icon"></div>Subject: <span id="new_color">item name</span></p>
%p #icon Subject: %span#new_color item name