{% extends "_base.html" %} {% block title %}Picks ยท Cauldron{% endblock %} {% block content %}
// picks ยท household pool

the pool

{% if picks %} {{ picks|length }} {% if picks|length == 1 %}recipe{% else %}recipes{% endif %} pinned by your household ({{ household_size }} {% if household_size == 1 %}member{% else %}members{% endif %}). next ai meal-plan run uses all of these. {% else %} empty pool. tap the mushroom ๐Ÿ„ on any recipe in the grimoire to pin it for the next meal-plan run. {% endif %}
{% if picks %}

pinned

{{ picks|length }} {% if picks|length == 1 %}recipe{% else %}recipes{% endif %}

next

once the meal plan generator lands in v0.3, this whole pool seeds the week โ€” guaranteed slots for pinned dishes, ai fills around them.

picks are shared across your household. you can only unpin your own; ask whoever pinned the others to drop them.

{% else %}

head to the grimoire, tap the mushroom ๐Ÿ„ on any recipe to pin it.

picks are shared. abby's pins, your pins, bay's pins โ€” all combine.

{% endif %} {% endblock %}