{% extends "base.html" %} {% block title %}Search — {{ site_title }}{% endblock %} {% block content %}

{{ total }} results

{% for img in images %}
{% if img.thumbnail_medium %}{{ img.title }} {% elif img.thumbnail_small %}{{ img.title }}{% endif %} {% include "includes/image_overlay.html" %}
{% empty %}
No images match your filters.
{% endfor %}
{% endblock %}