{% extends "_base.html" %} {% block title %}Recipes · Cauldron{% endblock %} {% block content %}
// recipes

the grimoire

tap any to open. mushroom 🍄 pins it for the household plan.
{{ total }}
sort {% for s in [('newest','newest'), ('made','recent'), ('az','a–z'), ('updated','updated')] %} {{ s[1] }} {% endfor %}
{% if categories %}
cat all {% for c in categories[:14] %} {{ c.name|lower }} {% endfor %}
{% endif %}
{% for r in recipes %} {% include "_recipe_card.html" %} {% endfor %}
{% if total <= recipes|length %}— end —{% endif %}
{% endblock %}