{% extends 'base.html.twig' %} {% block content %}

{{ __('Search results for: %s')|format('' ~ search_query ~ '')|raw }}

{% include 'partials/search-form.html.twig' %}
{% include 'components/post-loop.html.twig' %}
{% endblock %}