{% if current == 'images' %} {% if image_results|length == 0 %}
We couldn't find any results for "{{ query }}".
{% endif %}
{% for link in image_results %}
{% endfor %}
{% endif %}