{% if sticker %}{% if sticker == "sold-out" %}sold out{% else %}{{ sticker }}{% endif %}{% endif %}
{% if image %}{{ title }}{% else %}
no image
{% endif %}

{{ title|default:"untitled" }}

{{ price|default:"$--" }} {% if buyHref %}buy{% endif %}