{% extends "layouts/base.html" %} {% block content %}

Search documentation

{% block search_results %}
{% if hits %}
    {% for hit in hits %}
  1. {{ hit.node.title }}
  2. {% endfor %}
{% elif search_query %}

No results matched “{{ search_query }}”.

{% else %}

Enter a term to search the catalog.

{% end %}
{% end %}
{% end %}