{% csrf_token %}
Empty My Fridge
Home
Recipes
Browse
Breakfast
Lunch
Dinner
Dessert
Go
My Fridge
{{data.user.name}}
Logout
{{data.pUser.name}}
About
Friends
Favorite Recipes
Personal Recipes
{{data.pUser.name}}'s Current Recipes
{%if not data.my_recipes %}
{{no_rec}}
{%endif%} {% for recipe in data.my_recipes %}
{{recipe.recipe_name}}
{{recipe.description}}
{%endfor%}
{% if data.message %} {% endif %}