{% extends "base.html" %} {% block title %}Search - Illustrations DB{% endblock %} {% block content %}
{% for f in fields %} {% endfor %}
Clear
Total entries: {{ total }}
{% if results_count %}
Results: {{ results_count }}
{% endif %}
{% if results_count %}

Opening first result…

{% endif %} {% endblock %}