Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# I want:
# 19 items found
# 21 items found, here is a selection

-if @item_count > 0
  %p
    =@item_count
    items found
    -if @item_count > 20
      , here is a selection


# If the crocodiles worked without the need for a tag, that would be neat :)

    -if @item_count > 20
      >, here is a selection