{{ label|default:"Featured pour" }}
{% if image %}{% img image alt=name|default:"Featured pour" class="h-full w-full object-cover" %}{% else %}
{% endif %}
{% if origin %}

{{ origin }}

{% endif %} {% if name %}

{{ name }}

{% else %}

Featured pour

{% endif %} {% if tasting %}
{{ tasting|safe }}
{% endif %} {% if price %}
{{ currency|default:"$" }}{{ price }}
{% endif %}