{% extends "base.html" %} {% set active_nav = "drinking" %} {% block title %}Drinking Now โ Cellarbrain Explorer{% endblock %} {% block page_title %}Drinking Now{% endblock %} {% block content %} {% if wines %}
{{ wines|length }} wine{{ "s" if wines|length != 1 }} ready to drink, sorted by urgency.
{% else %}No wines are currently in their drinking window with bottles in stock.
{% endif %} {% endblock %}