local
{% if total_results > 0 %}
{% if total_pages > 1 %}Page {{ page }} of {{ total_pages }} - {% endif %}
{{ total_results }} result{% if total_results != 1 %}s{% endif %} for "{{ q }}"
{% for bm in bookmarks %}
-
{{ bm.url }}
{% if bm.description %}
{{ bm.description }}
{% endif %}
{% if bm.tags %}
{{ bm.tags }}
{% endif %}
{% endfor %}
{% if total_pages > 1 %}
{% endif %}
{% else %}
no bookmarks found
{% endif %}
{% if external_results %}
external
{% if external_engines %}
{% for name in external_engines %}
{% endfor %}
{% endif %}
{% for r in external_results %}
-
{{ r.url }}
{% if r.description %}
{{ r.description }}
{% endif %}
{{ r.engine }}
{% endfor %}
{% endif %}
{% else %}