{% extends "base.html" %} {% block content %}
{% include 'recipes_list.html' %}
{% csrf_token %}
{% endblock %}