{% if current == 'web' %}
{% if results|length == 0 %}
We couldn't find any results for "{{query}}".
{% endif %} {% include 'results/results_integrations.html' %} {% if removed_links > 0 %}
{{removed_links}} links were removed from these results due to your blacklist.
{% endif %} {% for link in results %}
{% endfor %}
{% endif %}