- for i in [1..5]
  %i{ :class => "prefix-#{i}" }
- for i in [1..5]
  %i.other{ :class => "prefix-#{i}" }
