{% extends "base.html" %} {% set active_nav = "heatmap" %} {% block title %}Cellar Heatmap — Cellarbrain Explorer{% endblock %} {% block page_title %}Cellar Heatmap{% endblock %} {% block content %} {% if cellars %}
No stored bottles to display.
{% endif %} {% endblock %}