{% if query and (not results or results | length == 0) %}

No matches

Nothing found for “{{ query }}”

Check the spelling, or try the original Title.

{% elif results %}
{% for item in results %} {% endfor %}
{% endif %}