{% csrf_token %}
{% if data.recipe_lst %}
{% for recipe in data.recipe_lst %}
{% endfor %}
{% endif %}
{% if data.user %} {% endif %}