{# see `templates/archive.twig` for an alternative strategy of extending templates #} {% extends 'layouts/base.twig' %} {% block content %}

{{ __('Resultados de búsqueda para', 'Sindikatua')}}: "{{ search_query }}"

{% for post in posts %} {% include ['partials/tease-' ~ post.type ~ '.twig', 'partials/tease.twig'] %} {% endfor %} {% set pagination = posts.pagination %}
{% include 'partials/pagination-custom.twig' %}
{% endblock %}