Skip to content

Instantly share code, notes, and snippets.

@lkbm
lkbm / get_products.jinja
Last active March 3, 2016 17:38
[Cratejoy] [Jinja] How do pull a list of ecom products by category/tag
{% for p in store.shop_products(category='sexy') %}
{{ p.name }}
{% endfor %}