{% extends 'base.recipe.html.twig' %} {% block body %}
{{ form_start(form, {'action': path('app_search_recipe'), 'method': 'GET'}) }} {{ form_widget(form) }} {{ form_end(form) }}
{% endblock %}