{% set wide = true %} {% extends "layout.html" %} {% block title %}search - chef{% endblock %} {% block content %} {% include "components/search_form.html" %}
{% include "components/recipe_grid.html" %}
{% endblock %}