{% extends "base.html" %} {% block title %}Recipes — Menu Planner{% endblock %} {% block content %}
{{ r.description[:100] }}{% if r.description|length > 100 %}…{% endif %}
{% if r.added_by %}{{ r.added_by }}
{% endif %} {% if r.rating %}No recipes found. Try adjusting the filters.