{% extends "base.html" %} {% set active_nav = "pairing" %} {% block title %}Food Pairing — Cellarbrain Explorer{% endblock %} {% block page_title %}Food Pairing{% endblock %} {% block content %}

Describe a dish and optionally classify it to find pairing candidates from your cellar. Results use multi-strategy SQL retrieval (no ML model required).

{% if results is not none %} {% include "partials/pairing_results.html" %} {% endif %}
{% endblock %}