We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Themes, plugins and other supporting code for the Mephisto Blog.
Clone URL: git://github.com/captproton/mephisto-support.git
mephisto-support / mephisto_amazon / mephisto_amazon / views / test_search_results.liquid
100644 5 lines (4 sloc) 0.105 kb
1
2
3
4
5
{% for product in products %}
asin: {{ product.asin }}
image: {{ product.image_url_small }}
{% endfor %}