{% extends "kitchen/base.html" %} {% block title %}Recipes — Kitchen{% endblock %} {% block content %}

What Can I Cook?

{% include "kitchen/partials/recipe_list.html" %}
{% endblock %}