This page last changed on Jan 20, 2012 by jed.wheeler@involver.com.
Overview
A simple collection of objects. Most context variable attributes ending in `_items` are arrays, such as poll.poll_items
Attributes
name |
type |
description |
my_array.size |
integer |
Returns the size of items in the collection. |
Examples
{% rss_feed %}
<h2>There are {{ rss_feed.feed_items.size }} stories in the feed!</h2>
{% endrss_feed %}
FAQ
There are currently no FAQ questions for this item.
|