mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
5 lines
129 B
Text
5 lines
129 B
Text
- h = { 'user' => { id: 1234, name: 'eagletmt' }, book_id: 5432 }
|
|
- c = %w[content active]
|
|
|
|
%span.book{data: h, class: c}
|
|
Book
|