mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
4 lines
159 B
Text
4 lines
159 B
Text
%div{ data: { disabled: false } }
|
|
%div{ data: { disabled: true } }
|
|
- hash = { 'user' => { id: 1234, name: 'k0kubun' }, book_id: 5432 }
|
|
%div{ data: hash } data
|