{% extends "base.html" %} {% block title %}Recipe Overview — Menu Planner{% endblock %} {% block content %}
{{ r.description[:90] }}{% if r.description|length > 90 %}…{% endif %}
{{ r.added_by }}
No recipes yet. Add one or use the AI assistant.