{forelse}
Your search - ${searchTerm} - did not match any documents.
{/for}
Tip: You can go to any result in this preview by using its number as an access key. (Linux and Windows: alt-number, Mac: control-number)
Found ${numitems} books on Amazon matching ${query}
{for item in items}
{if item.image}
{/if}
${item.title}
{if item.author}
by ${item.author}
{/if}
{if item.price}
for ${item.price.amount} (${item.price.currency})
{/if}
{/for}
${nummatches} photos were found on Flickr.
{for photo in photos}
{if photo_index % numcols == 0}