{% extends "base.html" %} {% block title %}{{ recipe.name }} — Menu Planner{% endblock %} {% block content %}
{{ recipe.description }}
{% if recipe.added_by %}Added by {{ recipe.added_by }}
{% endif %}{{ c.body }}
No comments yet.
{% endfor %} {% if current_user.is_authenticated %} {% else %}Log in to leave a comment.
{% endif %}Log in to add this to your meal plan or update its status.
Log in