{% extends "layouts/base.html" %} {% block content %} Search documentation Search terms Search {% block search_results %} {% if hits %} {% for hit in hits %}{{ hit.node.title }}{% endfor %} {% elif search_query %}No results matched “{{ search_query }}”. {% else %}Enter a term to search the catalog.{% end %} {% end %} {% end %}
No results matched “{{ search_query }}”.
Enter a term to search the catalog.