Key-Value Pairs Representing Tag Arguments Example: For the markup , foo:'bar', coo:2 reversed %}, hash['foo'] === 'bar' hash['coo'] === 2 hash['reversed'] === undefined
, foo:'bar', coo:2 reversed %}
Optional
Key-Value Pairs Representing Tag Arguments Example: For the markup
, foo:'bar', coo:2 reversed %}
, hash['foo'] === 'bar' hash['coo'] === 2 hash['reversed'] === undefined