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.
#{}補間を使用して HTML スタイルの属性に複雑な式を挿入するにはどうすればよいですか?
#{}
span(class="widget_#{widget.number}")
Javascriptの方法で使用できます。
span(class="widget_" + widget.number)