{% if wotd %}
🍷 Wine of the Day
{{ wotd.wine_name }} {{ wotd.vintage or 'NV' }}
{{ wotd.winery_name }}{% if wotd.region %} · {{ wotd.region }}{% endif %}{% if wotd.primary_grape %} · {{ wotd.primary_grape }}{% endif %}
{% if wotd.drinking_status %} {{ wotd.drinking_status|replace("_", " ")|title }} {% endif %} {{ wotd.bottles_stored }} bottle{{ 's' if wotd.bottles_stored != 1 }}

{{ wotd.reason }}

{% endif %}