Sha256: 6604d822bdc9ef56c63ea3973bafe9bdf47bdcfa67292364c8093160fe33b999
Contents?: true
Size: 394 Bytes
Versions: 8
Compression:
Stored size: 394 Bytes
Contents
--- title: Various uses of the with_scope tag --- {% assign begin = '2012-06-01 00:00:00' %} {% assign end = '2012-06-10 23:59:59' %} {% assign prices = '5.0,5.5' | split: ',' | map: 'to_f' %} {% with_scope date.gte: begin, date.lte: end, city: /Kansas/, state.ne: 'Illinois', tags: 'awesome', tags.nin: 'bad', price.in: prices %} events={{ contents.events.count }}. {% endwith_scope %}
Version data entries
8 entries across 8 versions & 2 rubygems