{% if user.is_authenticated %}
{% csrf_token %}
{% endif %} {% block content %}
{% include 'recipes_list.html' %}
{% endblock %}