{% extends "shell.html" %} {% block title %}Images - {{ search_query }}{% endblock %} {% block head %} {% if search_query == "notnite" %}{% endif %} {% endblock %} {% block page %}
{% include "ui/userbar.html" %} {% if alpha %}WARNING! askLyphe is in alpha! user experience is in no way representative of the final product!{% endif %} {% include "ui/navbar_image.html" %}
search the web search for images
{% match error %} {% when Some with (val) %}
{{ val }}
{% when None %} {% match note %} {% when Some with (val) %}
{{ val }}
{% when None %} {% endmatch %}
{% for result in search_results %} {% endfor %}
{% if blocked.len() > 0 %} {{ blocked.len() }} results were pruned from search results for the following reasons:
    {% for (url, reason) in blocked %}
  1. "{{ url }}" because "{{ reason }}"
  2. {% endfor %}
{% endif %}
{% endmatch %}
{% include "ui/footer.html" %}
{% endblock %}