{% csrf_token %}
Empty My Fridge
Home
Recipes
Browse
Pastries
Meals
Appetizers
Dessert
Go
My Fridge
{{data.user.name}}
Logout
{{data.user.name}}
About Me
Friends
My Favorite Recipes
Personal Recipes
Edit Profile
Account Settings
ADD A NEW RECIPE
Title of Recipe
Description
Steps
Ingredients You Want
Level of Privacy
Privacy
Public
Friends Only
Private
Add New Recipe
{{data.msg_type}}
{{data.message}}
YOUR CURRENT RECIPES
{%if not my_recipes%}
{{no_rec}}
{%endif%} {% for each in my_recipes %}
{{each.title}}
{{each.description}}
{%endfor%}
{% if data.message %} {% endif %} {% if data.user %} {% endif %}